Home
last modified time | relevance | path

Searched refs:GetControlByDict (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.h67 CPDF_FormControl* GetControlByDict(const CPDF_Dictionary* pWidgetDict) const;
Dcpdf_interactiveform.cpp651 CPDF_FormControl* CPDF_InteractiveForm::GetControlByDict( in GetControlByDict() function in CPDF_InteractiveForm
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp323 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in GetRadioButtonOrCheckBoxWidget()
1334 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFontSize()
1441 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFormControlIndex()
Dcpdfsdk_pageview.cpp101 pdf_form->GetControlByDict(annot->GetAnnotDict()); in NewAnnot()
Dcpdfsdk_widget.cpp429 return pPDFInteractiveForm->GetControlByDict(GetAnnotDict()); in GetFormControl()