Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formcontrol.cpp90 int iIndex = m_pField->GetControlIndex(this); in GetCheckedAPState()
106 int iIndex = m_pField->GetControlIndex(this); in GetExportValue()
Ddoc_formfield.cpp216 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) in GetControlIndex() function in CPDF_FormField
898 CheckControl(GetControlIndex(pControl), TRUE); in SetCheckValue()
904 CheckControl(GetControlIndex(pControl), FALSE); in SetCheckValue()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1084 int GetControlIndex(const CPDF_FormControl* pControl);
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp306 pFormField->CheckControl(pFormField->GetControlIndex(pFormCtrl), bChecked, bNotify); in SetCheck()