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

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_PushButton.cpp14 CFFL_Button( pApp, pAnnot)
40 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
H A DFFL_CheckBox.cpp15 CFFL_Button(pApp, pWidget)
81 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
H A DFFL_RadioButton.cpp15 CFFL_Button(pApp, pWidget)
81 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
H A DFFL_FormFiller.cpp810 /* ------------------------- CFFL_Button ------------------------- */
812 CFFL_Button::CFFL_Button(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pWidget) : function in class:CFFL_Button
819 CFFL_Button::~CFFL_Button()
823 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot)
831 void CFFL_Button::OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot)
843 FX_BOOL CFFL_Button::OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point)
857 FX_BOOL CFFL_Button::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point)
873 FX_BOOL CFFL_Button
[all...]
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_PushButton.h12 class CFFL_PushButton : public CFFL_Button
H A DFFL_CheckBox.h12 class CFFL_CheckBox : public CFFL_Button
H A DFFL_RadioButton.h12 class CFFL_RadioButton : public CFFL_Button
H A DFFL_FormFiller.h153 class CFFL_Button : public CFFL_FormFiller class in inherits:CFFL_FormFiller
156 CFFL_Button(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pWidget);
157 virtual ~CFFL_Button();

Completed in 43 milliseconds