Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp19 CFFL_ListBox::CFFL_ListBox(CPDFSDK_FormFillEnvironment* pApp, in CFFL_ListBox() function in CFFL_ListBox
23 CFFL_ListBox::~CFFL_ListBox() = default;
25 CPWL_Wnd::CreateParams CFFL_ListBox::GetCreateParam() { in GetCreateParam()
42 std::unique_ptr<CPWL_Wnd> CFFL_ListBox::NewPWLWindow( in NewPWLWindow()
80 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
86 bool CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged()
107 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData()
126 ObservedPtr<CFFL_ListBox> observed_this(this); in SaveData()
142 void CFFL_ListBox::GetActionData(CPDFSDK_PageView* pPageView, in GetActionData()
173 void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) { in SaveState()
[all …]
Dcffl_listbox.h18 class CFFL_ListBox final : public CFFL_TextObject {
20 CFFL_ListBox(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Widget* pWidget);
21 ~CFFL_ListBox() override;
Dcffl_interactiveformfiller.cpp513 pdfium::MakeUnique<CFFL_ListBox>(m_pFormFillEnv.Get(), pWidget); in GetOrCreateFormFiller()