Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp17 CFFL_ComboBox::CFFL_ComboBox(CPDFSDK_FormFillEnvironment* pApp, in CFFL_ComboBox() function in CFFL_ComboBox
25 CFFL_ComboBox::~CFFL_ComboBox() { in ~CFFL_ComboBox()
36 PWL_CREATEPARAM CFFL_ComboBox::GetCreateParam() { in GetCreateParam()
52 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
78 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
84 bool CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged()
99 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData()
127 void CFFL_ComboBox::GetActionData(CPDFSDK_PageView* pPageView, in GetActionData()
168 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, in SetActionData()
186 bool CFFL_ComboBox::IsActionDataChanged(CPDF_AAction::AActionType type, in IsActionDataChanged()
[all …]
Dcffl_combobox.h22 class CFFL_ComboBox : public CFFL_FormFiller, public IPWL_FocusHandler {
24 CFFL_ComboBox(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Annot* pWidget);
25 ~CFFL_ComboBox() override;
Dcffl_interactiveformfiller.cpp501 pFormFiller = new CFFL_ComboBox(m_pFormFillEnv, pWidget); in GetFormFiller()