Home
last modified time | relevance | path

Searched refs:IPDF_VariableText (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_vtmodule.cpp10 IPDF_VariableText* IPDF_VariableText::NewVariableText() in NewVariableText()
14 void IPDF_VariableText::DelVariableText(IPDF_VariableText* pVT) in DelVariableText()
Dpdf_vt.h401 class CPDF_VariableText : public IPDF_VariableText, public CFX_Object, private CPDF_EditContainer
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_module.cpp15 if (IPDF_VariableText * pVT = IPDF_VariableText::NewVariableText()) in NewEdit()
27 IPDF_VariableText::DelVariableText(pEdit->GetVariableText()); in DelEdit()
Dfxet_edit.cpp962 CFX_Edit::CFX_Edit(IPDF_VariableText * pVT) : in CFX_Edit()
1046 IPDF_VariableText * CFX_Edit::GetVariableText() in GetVariableText()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h18 class IPDF_VariableText; variable
323 class IPDF_VariableText
327 static IPDF_VariableText* NewVariableText();
329 static void DelVariableText(IPDF_VariableText* pVT);
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h570 CFX_Edit(IPDF_VariableText * pVT);
578 IPDF_VariableText * GetVariableText();
747 IPDF_VariableText* m_pVT;
Dfx_edit.h169 virtual IPDF_VariableText* GetVariableText() = 0;