Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_RadioButton.cpp14 CFFL_RadioButton::CFFL_RadioButton(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pWidget) : in CFFL_RadioButton() function in CFFL_RadioButton
19 CFFL_RadioButton::~CFFL_RadioButton() in ~CFFL_RadioButton()
23 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
34 FX_BOOL CFFL_RadioButton::OnKeyDown(CPDFSDK_Annot* pAnnot, FX_UINT nKeyCode, FX_UINT nFlags) in OnKeyDown()
46 FX_BOOL CFFL_RadioButton::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) in OnChar()
79 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT n… in OnLButtonUp()
94 FX_BOOL CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged()
106 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView) in SaveData()
DFFL_IFormFiller.cpp671 pFormFiller = new CFFL_RadioButton(m_pApp, pWidget); in GetFormFiller()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_RadioButton.h12 class CFFL_RadioButton : public CFFL_Button
15 CFFL_RadioButton(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot);
16 virtual ~CFFL_RadioButton();