Searched refs:CountSelectedItems (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.h90 int CountSelectedItems() const;
H A Dcpdf_formfield.cpp420 int CPDF_FormField::CountSelectedItems() const { function in class:CPDF_FormField
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.h103 int32_t CountSelectedItems();
H A Dcxfa_widgetdata.cpp839 int32_t CXFA_WidgetData::CountSelectedItems() { function in class:CXFA_WidgetData
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp303 for (int i = 0, sz = pFormField->CountSelectedItems(); i < sz; i++) {
313 for (int i = 0, sz = pFormField->CountSelectedItems(); i < sz; i++) {
391 for (int i = 0, sz = pWidgetAcc->CountSelectedItems(); i < sz; i++) {
405 for (int i = 0, sz = pWidgetAcc->CountSelectedItems(); i < sz; i++) {
601 if (nIndex < pWidgetAcc->CountSelectedItems())
1442 int32_t nSelCount = pField->CountSelectedItems();
H A Dcpdfsdk_interform.cpp281 pFormField->CountSelectedItems() > 0) {
/external/pdfium/fpdfsdk/javascript/
H A DField.cpp1049 if (pFormField->CountSelectedItems() == 1) {
1051 } else if (pFormField->CountSelectedItems() > 1) {
1053 for (int i = 0, sz = pFormField->CountSelectedItems(); i < sz; i++) {
2623 if (pFormField->CountSelectedItems() > 1) {
2627 for (int i = 0, sz = pFormField->CountSelectedItems(); i < sz; i++) {
2751 (pFormField->CountSelectedItems() > 1)) {
H A DPublicMethods.cpp1677 if (pFormField->CountSelectedItems() <= 1) {

Completed in 195 milliseconds