Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_TextField.cpp13 CFFL_TextField::CFFL_TextField(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot) in CFFL_TextField() function in CFFL_TextField
18 CFFL_TextField::~CFFL_TextField() { in ~CFFL_TextField()
24 PWL_CREATEPARAM CFFL_TextField::GetCreateParam() { in GetCreateParam()
81 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
106 FX_BOOL CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
142 FX_BOOL CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged()
149 void CFFL_TextField::SaveData(CPDFSDK_PageView* pPageView) { in SaveData()
161 void CFFL_TextField::GetActionData(CPDFSDK_PageView* pPageView, in GetActionData()
191 void CFFL_TextField::SetActionData(CPDFSDK_PageView* pPageView, in SetActionData()
207 FX_BOOL CFFL_TextField::IsActionDataChanged(CPDF_AAction::AActionType type, in IsActionDataChanged()
[all …]
DFFL_IFormFiller.cpp530 pFormFiller = new CFFL_TextField(m_pApp, pWidget); in GetFormFiller()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_TextField.h24 class CFFL_TextField : public CFFL_FormFiller,
28 CFFL_TextField(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot);
29 ~CFFL_TextField() override;