Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp61 if (m_pNode->IsChoiceListMultiSelect()) in LoadWidget()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h338 bool IsChoiceListMultiSelect();
Dcxfa_document.cpp525 if (pFormNode->IsChoiceListMultiSelect()) { in CreateDataBinding()
673 if (pFormNode->IsChoiceListMultiSelect()) { in CreateDataBinding()
Dcxfa_node.cpp1325 if (IsChoiceListMultiSelect()) in GetContainerNode()
4138 bool CXFA_Node::IsChoiceListMultiSelect() { in IsChoiceListMultiSelect() function in CXFA_Node
4287 if (IsChoiceListMultiSelect()) in GetSelectedItemsValue()
4318 if (IsChoiceListMultiSelect()) { in SetItemState()
4367 if (!IsChoiceListMultiSelect()) in SetSelectedItems()
4375 if (!pBind || !IsChoiceListMultiSelect()) { in ClearAllSelections()