Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formcontrol.cpp89 int iIndex = m_pField->GetControlIndex(this); in GetCheckedAPState()
105 int iIndex = m_pField->GetControlIndex(this); in GetExportValue()
Ddoc_formfield.cpp209 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) { in GetControlIndex() function in CPDF_FormField
904 CheckControl(GetControlIndex(pControl), TRUE); in SetCheckValue()
910 CheckControl(GetControlIndex(pControl), FALSE); in SetCheckValue()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp355 pFormField->CheckControl(pFormField->GetControlIndex(pFormControl), in SynchronizeXFAValue()
364 pFormField->CheckControl(pFormField->GetControlIndex(pFormControl), in SynchronizeXFAValue()
697 pFormField->CheckControl(pFormField->GetControlIndex(pFormCtrl), bChecked,
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h751 int GetControlIndex(const CPDF_FormControl* pControl);