Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp74 if (m_pNode->IsChoiceListMultiSelect()) in LoadWidget()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h374 bool IsChoiceListMultiSelect();
Dcxfa_document.cpp534 if (pFormNode->IsChoiceListMultiSelect()) { in CreateDataBinding()
677 if (pFormNode->IsChoiceListMultiSelect()) { in CreateDataBinding()
Dcxfa_node.cpp1374 if (IsChoiceListMultiSelect()) in GetContainerNode()
4179 bool CXFA_Node::IsChoiceListMultiSelect() { in IsChoiceListMultiSelect() function in CXFA_Node
4333 if (IsChoiceListMultiSelect()) in GetSelectedItemsValue()
4363 if (IsChoiceListMultiSelect()) { in SetItemState()
4411 if (!IsChoiceListMultiSelect()) in SetSelectedItems()
4419 if (!pBind || !IsChoiceListMultiSelect()) { in ClearAllSelections()