Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp305 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems(false)) in Synchronize()
315 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems(false)) in Synchronize()
437 for (int i = 0, sz = pWidgetAcc->CountChoiceListItems(false); i < sz; in SynchronizeXFAItems()
450 for (int i = 0, sz = pWidgetAcc->CountChoiceListItems(false); i < sz; in SynchronizeXFAItems()
646 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems(false))
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.h133 int32_t CountChoiceListItems(bool bSaveValue);
Dcxfa_widgetacc.cpp1832 int32_t CXFA_WidgetAcc::CountChoiceListItems(bool bSaveValue) { in CountChoiceListItems() function in CXFA_WidgetAcc
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1485 ToNode(object_.Get())->GetWidgetAcc()->CountChoiceListItems(true)); in Script_Field_Length()