Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp105 csOn = ByteString::Format("%d", m_pField->GetControlIndex(this)); in GetCheckedAPState()
120 int iIndex = m_pField->GetControlIndex(this); in GetExportValue()
Dcpdf_formfield.h123 int GetControlIndex(const CPDF_FormControl* pControl) const;
Dcpdf_formfield.cpp241 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) const { in GetControlIndex() function in CPDF_FormField
787 CheckControl(GetControlIndex(pControl), val); in SetCheckValue()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp368 pFormField->GetControlIndex(pFormControl), in SynchronizeXFAValue()
378 pFormField->GetControlIndex(pFormControl), in SynchronizeXFAValue()
686 pFormField->CheckControl(pFormField->GetControlIndex(pFormCtrl), bChecked,