Searched defs:CPDFSDK_InterForm (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h21 class CPDFSDK_InterForm;
54 CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* pInterForm);
112 CPDFSDK_InterForm* GetInterForm() const {return m_pInterForm;}
154 CPDFSDK_InterForm* m_pInterForm;
162 class CPDFSDK_InterForm : public CPDF_FormNotify class in inherits:CPDF_FormNotify
165 CPDFSDK_InterForm(CPDFSDK_Document* pDocument);
166 virtual ~CPDFSDK_InterForm();
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp25 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* pInterForm) :
1684 CPDFSDK_InterForm::CPDFSDK_InterForm(CPDFSDK_Document* pDocument) function in class:CPDFSDK_InterForm
1700 CPDFSDK_InterForm::~CPDFSDK_InterForm()
1709 void CPDFSDK_InterForm::Destroy()
1714 CPDF_InterForm* CPDFSDK_InterForm::GetInterForm()
1719 CPDFSDK_Document* CPDFSDK_InterForm::GetDocument()
1724 FX_BOOL CPDFSDK_InterForm::HighlightWidgets()
1729 CPDFSDK_Widget* CPDFSDK_InterForm
[all...]

Completed in 178 milliseconds