Home
last modified time | relevance | path

Searched refs:iOpenMode (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.cpp735 int32_t iOpenMode = GetChoiceListOpen(); in IsListBox() local
736 return (iOpenMode == XFA_ATTRIBUTEENUM_Always || in IsListBox()
737 iOpenMode == XFA_ATTRIBUTEENUM_MultiSelect); in IsListBox()