Home
last modified time | relevance | path

Searched refs:CountSelectedItems (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1100 if (pFormField->CountSelectedItems() == 1) in currentValueIndices()
1102 else if (pFormField->CountSelectedItems() > 1) in currentValueIndices()
1105 for (int i=0,sz=pFormField->CountSelectedItems(); i<sz; i++) in currentValueIndices()
3142 if (pFormField->CountSelectedItems() > 1) in value()
3147 for (int i = 0, sz = pFormField->CountSelectedItems(); i < sz; i++) in value()
3326 else if (pFormField->GetFieldType() == FIELDTYPE_LISTBOX && (pFormField->CountSelectedItems() > 1)) in valueAsString()
DPublicMethods.cpp2167 if (pFormField->CountSelectedItems() > 1) in AFSimple_Calculate()
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp440 int CPDF_FormField::CountSelectedItems() in CountSelectedItems() function in CPDF_FormField
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1138 int CountSelectedItems();
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1151 FX_INT32 nSelCount = pField->CountSelectedItems(); in ResetAppearance_ListBox()
2012 if (pFormField->CountSelectedItems() > 0) in OnFormat()