Home
last modified time | relevance | path

Searched refs:CFFL_Button (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp9 CFFL_Button::CFFL_Button(CPDFSDK_FormFillEnvironment* pApp, in CFFL_Button() function in CFFL_Button
13 CFFL_Button::~CFFL_Button() {} in ~CFFL_Button()
15 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter()
21 void CFFL_Button::OnMouseExit(CPDFSDK_PageView* pPageView, in OnMouseExit()
29 bool CFFL_Button::OnLButtonDown(CPDFSDK_PageView* pPageView, in OnLButtonDown()
42 bool CFFL_Button::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
55 bool CFFL_Button::OnMouseMove(CPDFSDK_PageView* pPageView, in OnMouseMove()
62 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw()
98 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive()
Dcffl_button.h20 class CFFL_Button : public CFFL_FormFiller {
22 CFFL_Button(CPDFSDK_FormFillEnvironment* pFormFillEnv,
24 ~CFFL_Button() override;
Dcffl_radiobutton.cpp17 : CFFL_Button(pApp, pWidget) {} in CFFL_RadioButton()
71 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point); in OnLButtonUp()
Dcffl_checkbox.cpp17 : CFFL_Button(pApp, pWidget) {} in CFFL_CheckBox()
79 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point); in OnLButtonUp()
Dcffl_pushbutton.h12 class CFFL_PushButton : public CFFL_Button {
Dcffl_pushbutton.cpp14 : CFFL_Button(pApp, pWidget) {} in CFFL_PushButton()
Dcffl_radiobutton.h14 class CFFL_RadioButton : public CFFL_Button {
Dcffl_checkbox.h14 class CFFL_CheckBox : public CFFL_Button {