Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp288 if (nIndex > -1 && nIndex < node->CountChoiceListItems(false)) in Synchronize()
482 if (nIndex > -1 && nIndex < node->CountChoiceListItems(false)) in IsOptionSelected()
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp351 pValue->SetInteger(node->CountChoiceListItems(true)); in length()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h336 int32_t CountChoiceListItems(bool bSaveValue);
Dcxfa_node.cpp4157 int32_t CXFA_Node::CountChoiceListItems(bool bSaveValue) { in CountChoiceListItems() function in CXFA_Node