Searched refs:CFFL_TextObject (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_textobject.cpp | 9 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()
|
D | cffl_textobject.h | 16 class CFFL_TextObject : public CFFL_FormFiller { 23 CFFL_TextObject(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Widget* pWidget); 24 ~CFFL_TextObject() override;
|
D | cffl_listbox.cpp | 21 : 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()
|
D | cffl_textfield.cpp | 17 : 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()
|
D | cffl_combobox.cpp | 19 : 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()
|
D | cffl_listbox.h | 17 class CFFL_ListBox : public CFFL_TextObject {
|
D | cffl_combobox.h | 22 class CFFL_ComboBox : public CFFL_TextObject,
|
D | cffl_textfield.h | 27 class CFFL_TextField : public CFFL_TextObject,
|