Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp15 CFFL_RadioButton::CFFL_RadioButton(CPDFSDK_FormFillEnvironment* pApp, in CFFL_RadioButton() function in CFFL_RadioButton
19 CFFL_RadioButton::~CFFL_RadioButton() {} in ~CFFL_RadioButton()
21 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
31 bool CFFL_RadioButton::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown()
43 bool CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
72 bool CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
90 bool CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged()
99 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView) { in SaveData()
Dcffl_radiobutton.h12 class CFFL_RadioButton : public CFFL_Button {
14 CFFL_RadioButton(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Annot* pAnnot);
15 ~CFFL_RadioButton() override;
Dcffl_interactiveformfiller.cpp492 pFormFiller = new CFFL_RadioButton(m_pFormFillEnv, pWidget); in GetFormFiller()