Home
last modified time | relevance | path

Searched refs:CountSelectedOptions (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h160 int CountSelectedOptions() const;
Dcpdf_formfield.cpp458 if (index < CountSelectedOptions()) { in GetSelectedIndex()
517 for (int j = 0; j < CountSelectedOptions(); j++) { in IsItemSelected()
801 int CPDF_FormField::CountSelectedOptions() const { in CountSelectedOptions() function in CPDF_FormField