Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.h71 CPDF_FormControl* GetControlByDict(const CPDF_Dictionary* pWidgetDict) const;
Dcpdf_interactiveform.cpp750 CPDF_FormControl* CPDF_InteractiveForm::GetControlByDict( in GetControlByDict() function in CPDF_InteractiveForm
/external/pdfium/fpdfsdk/
Dcpdfsdk_widgethandler.cpp58 CPDF_FormControl* pCtrl = pPDFForm->GetControlByDict(pAnnot->GetAnnotDict()); in NewAnnot()
Dfpdf_annot.cpp1029 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFontSize()
1061 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_IsChecked()
Dcpdfsdk_widget.cpp381 return pPDFInteractiveForm->GetControlByDict(GetAnnotDict()); in GetFormControl()