Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp516 pPDFInterForm->GetControlByDict(m_pAnnot->GetAnnotDict()); in GetFieldFlags()
535 return pPDFInterForm->GetControlByDict(GetAnnotDict()); in GetFormControl()
542 return pInterForm->GetControlByDict(pAnnotDict); in GetFormControl()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h575 CPDF_FormControl* GetControlByDict(const CPDF_Dictionary* pWidgetDict) const;
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp717 CPDF_FormControl* CPDF_InterForm::GetControlByDict( in GetControlByDict() function in CPDF_InterForm