HomeSort by relevance Sort by last modified time
    Searched refs:CFFL_TextObject (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_textobject.cpp 7 #include "fpdfsdk/formfiller/cffl_textobject.h"
9 CPWL_Wnd* CFFL_TextObject::ResetPDFWindow(CPDFSDK_PageView* pPageView,
23 CFFL_TextObject::CFFL_TextObject(CPDFSDK_FormFillEnvironment* pApp,
27 CFFL_TextObject::~CFFL_TextObject() {
33 CBA_FontMap* CFFL_TextObject::MaybeCreateFontMap() {
cffl_textobject.h 16 class CFFL_TextObject : public CFFL_FormFiller {
23 CFFL_TextObject(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Widget* pWidget);
24 ~CFFL_TextObject() override;
cffl_listbox.h 13 #include "fpdfsdk/formfiller/cffl_textobject.h"
17 class CFFL_ListBox : public CFFL_TextObject {
22 // CFFL_TextObject:
cffl_listbox.cpp 21 : CFFL_TextObject(pApp, pWidget) {}
26 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam();
80 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags);
cffl_combobox.h 11 #include "fpdfsdk/formfiller/cffl_textobject.h"
22 class CFFL_ComboBox : public CFFL_TextObject,
28 // CFFL_TextObject:
cffl_textfield.h 10 #include "fpdfsdk/formfiller/cffl_textobject.h"
27 class CFFL_TextField : public CFFL_TextObject,
33 // CFFL_TextObject:
cffl_combobox.cpp 19 : CFFL_TextObject(pApp, pWidget) {
36 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam();
73 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags);
cffl_textfield.cpp 17 : CFFL_TextObject(pApp, pWidget) {}
30 CPWL_Wnd::CreateParams cp = CFFL_TextObject::GetCreateParam();
126 return CFFL_TextObject::OnChar(pAnnot, nChar, nFlags);

Completed in 353 milliseconds