Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.h27 CPDF_Form* GetForm() const { return m_pAnnotForm.get(); } in GetForm() function
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp415 CPDF_Form* pForm = pAnnot->GetForm(); in FPDFAnnot_UpdateObject()
461 CPDF_Form* pForm = pAnnot->GetForm(); in FPDFAnnot_AppendObject()
491 return pAnnot->GetForm()->GetPageObjectCount(); in FPDFAnnot_GetObjectCount()
510 pAnnot->GetForm()->GetPageObjectByIndex(index)); in FPDFAnnot_GetObject()
530 if (!pAnnot->GetForm()->ErasePageObjectAtIndex(index)) in FPDFAnnot_RemoveObject()
533 UpdateContentStream(pAnnot->GetForm(), pStream); in FPDFAnnot_RemoveObject()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h140 CPDF_InteractiveForm* GetForm() const { return m_pForm.Get(); } in GetForm() function
Dcpdf_formcontrol.cpp34 m_pForm(m_pField->GetForm()) {} in CPDF_FormControl()