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

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h888 CPDF_FormControl* GetControlByDict(CPDF_Dictionary* pWidgetDict) const;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp98 CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->m_pAnnotDict);
129 return pPDFInterForm->GetControlByDict(GetAnnotDict());
150 CPDF_FormControl* pControl = pInterForm->GetControlByDict(pAnnotDict);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp915 CPDF_FormControl* CPDF_InterForm::GetControlByDict(CPDF_Dictionary* pWidgetDict) const function in class:CPDF_InterForm

Completed in 759 milliseconds