Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp45 if (m_pDataAcc->GetChoiceListOpen() == XFA_ATTRIBUTEENUM_MultiSelect) { in LoadWidget()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2043 int32_t CXFA_WidgetData::GetChoiceListOpen() { in GetChoiceListOpen() function in CXFA_WidgetData
2052 int32_t iOpenMode = GetChoiceListOpen(); in IsListBox()
2212 if (GetChoiceListOpen() == XFA_ATTRIBUTEENUM_MultiSelect) { in GetSelectedItemsValue()
2276 if (GetChoiceListOpen() == XFA_ATTRIBUTEENUM_MultiSelect) { in SetItemState()
2331 if (GetChoiceListOpen() != XFA_ATTRIBUTEENUM_MultiSelect) { in SetSelectdItems()
2338 if (pBind && GetChoiceListOpen() == XFA_ATTRIBUTEENUM_MultiSelect) { in ClearAllSelections()
Dxfa_document_datamerger_imp.cpp138 if (pWidgetData->GetChoiceListOpen() == XFA_ATTRIBUTEENUM_MultiSelect) { in XFA_DataMerge_CreateDataBinding()
284 if (pWidgetData->GetChoiceListOpen() == XFA_ATTRIBUTEENUM_MultiSelect) { in XFA_DataMerge_CreateDataBinding()
Dxfa_object_imp.cpp429 pFieldWidgetData->GetChoiceListOpen() == in GetContainerWidgetData()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h662 int32_t GetChoiceListOpen();