Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_PushButton.cpp14 : CFFL_Button(pApp, pAnnot) {} in CFFL_PushButton()
37 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()
DFFL_FormFiller.cpp628 CFFL_Button::CFFL_Button(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pWidget) in CFFL_Button() function in CFFL_Button
631 CFFL_Button::~CFFL_Button() {} in ~CFFL_Button()
633 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter()
640 void CFFL_Button::OnMouseExit(CPDFSDK_PageView* pPageView, in OnMouseExit()
650 FX_BOOL CFFL_Button::OnLButtonDown(CPDFSDK_PageView* pPageView, in OnLButtonDown()
665 FX_BOOL CFFL_Button::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
681 FX_BOOL CFFL_Button::OnMouseMove(CPDFSDK_PageView* pPageView, in OnMouseMove()
690 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw()
721 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive()
DFFL_RadioButton.cpp15 : CFFL_Button(pApp, pWidget) {} in CFFL_RadioButton()
78 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point); in OnLButtonUp()
DFFL_CheckBox.cpp15 : CFFL_Button(pApp, pWidget) {} in CFFL_CheckBox()
77 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point); in OnLButtonUp()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h162 class CFFL_Button : public CFFL_FormFiller {
164 CFFL_Button(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pWidget);
165 ~CFFL_Button() override;
DFFL_PushButton.h12 class CFFL_PushButton : public CFFL_Button {
DFFL_CheckBox.h12 class CFFL_CheckBox : public CFFL_Button {
DFFL_RadioButton.h12 class CFFL_RadioButton : public CFFL_Button {