Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp284 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems()) in Synchronize()
294 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems()) in Synchronize()
429 for (int i = 0, sz = pWidgetAcc->CountChoiceListItems(); i < sz; in SynchronizeXFAItems()
444 for (int i = 0, sz = pWidgetAcc->CountChoiceListItems(); i < sz; in SynchronizeXFAItems()
652 if (nIndex > -1 && nIndex < pWidgetAcc->CountChoiceListItems())
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h664 int32_t CountChoiceListItems(FX_BOOL bSaveValue = FALSE);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2056 int32_t CXFA_WidgetData::CountChoiceListItems(FX_BOOL bSaveValue) { in CountChoiceListItems() function in CXFA_WidgetData
Dxfa_object_imp.cpp1647 FXJSE_Value_SetInteger(hValue, pWidgetData->CountChoiceListItems(TRUE)); in Script_Field_Length()