Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp20 CFFL_ListBox::CFFL_ListBox(CPDFSDK_FormFillEnvironment* pApp, in CFFL_ListBox() function in CFFL_ListBox
24 CFFL_ListBox::~CFFL_ListBox() {} in ~CFFL_ListBox()
26 PWL_CREATEPARAM CFFL_ListBox::GetCreateParam() { in GetCreateParam()
49 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
87 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
93 bool CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged()
114 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData()
136 void CFFL_ListBox::GetActionData(CPDFSDK_PageView* pPageView, in GetActionData()
167 void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) { in SaveState()
181 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState()
[all …]
Dcffl_listbox.h18 class CFFL_ListBox : public CFFL_FormFiller {
20 CFFL_ListBox(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Annot* pWidget);
21 ~CFFL_ListBox() override;
Dcffl_interactiveformfiller.cpp498 pFormFiller = new CFFL_ListBox(m_pFormFillEnv, pWidget); in GetFormFiller()