Home
last modified time | relevance | path

Searched refs:CFFL_TextObject (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_textobject.cpp9 CPWL_Wnd* CFFL_TextObject::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
23 CFFL_TextObject::CFFL_TextObject(CPDFSDK_FormFillEnvironment* pApp, in CFFL_TextObject() function in CFFL_TextObject
27 CFFL_TextObject::~CFFL_TextObject() { in ~CFFL_TextObject()
33 CBA_FontMap* CFFL_TextObject::MaybeCreateFontMap() { in MaybeCreateFontMap()
Dcffl_textobject.h16 class CFFL_TextObject : public CFFL_FormFiller {
23 CFFL_TextObject(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Widget* pWidget);
24 ~CFFL_TextObject() override;
Dcffl_listbox.cpp21 : CFFL_TextObject(pApp, pWidget) {} in CFFL_ListBox()
26 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam(); in GetCreateParam()
80 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_textfield.cpp17 : CFFL_TextObject(pApp, pWidget) {} in CFFL_TextField()
30 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam(); in GetCreateParam()
126 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_combobox.cpp19 : CFFL_TextObject(pApp, pWidget) { in CFFL_ComboBox()
36 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam(); in GetCreateParam()
73 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags); in OnChar()
Dcffl_listbox.h17 class CFFL_ListBox : public CFFL_TextObject {
Dcffl_combobox.h22 class CFFL_ComboBox : public CFFL_TextObject,
Dcffl_textfield.h27 class CFFL_TextField : public CFFL_TextObject,