Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp284 static_cast<size_t>(nIndex) < node->CountChoiceListItems(false)) { in Synchronize()
546 static_cast<size_t>(nIndex) < node->CountChoiceListItems(false)) { in IsOptionSelected()
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp362 node->CountChoiceListItems(true)) in length()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h372 size_t CountChoiceListItems(bool bSaveValue);
Dcxfa_node.cpp4198 size_t CXFA_Node::CountChoiceListItems(bool bSaveValue) { in CountChoiceListItems() function in CXFA_Node