HomeSort by relevance Sort by last modified time
    Searched defs:CFFL_TextField (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_TextField.h 40 class CFFL_TextField : public CFFL_FormFiller, public IPWL_FocusHandler, public IPWL_Edit_Notify
43 CFFL_TextField(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot);
44 virtual ~CFFL_TextField();
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_TextField.cpp 39 /* ------------------------------- CFFL_TextField ------------------------------- */
41 CFFL_TextField::CFFL_TextField(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot) :
49 CFFL_TextField::~CFFL_TextField()
59 PWL_CREATEPARAM CFFL_TextField::GetCreateParam()
133 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)
168 FX_BOOL CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags)
212 FX_BOOL CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView)
222 void CFFL_TextField::SaveData(CPDFSDK_PageView* pPageView)
    [all...]

Completed in 161 milliseconds