Searched refs:CPWL_RadioButton (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_SpecialButton.cpp72 /* --------------------------- CPWL_RadioButton ---------------------------- */
74 CPWL_RadioButton::CPWL_RadioButton() : m_bChecked(FALSE) function in class:CPWL_RadioButton
78 CPWL_RadioButton::~CPWL_RadioButton()
82 CFX_ByteString CPWL_RadioButton::GetClassName() const
84 return "CPWL_RadioButton";
87 FX_BOOL CPWL_RadioButton::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag)
95 void CPWL_RadioButton::SetCheck(FX_BOOL bCheck)
100 FX_BOOL CPWL_RadioButton
[all...]
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_RadioButton.cpp25 CPWL_RadioButton* pWnd = new CPWL_RadioButton();
69 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
85 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
98 if (CPWL_RadioButton* pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE))
110 if (CPWL_RadioButton* pWnd = (CPWL_RadioButton*)GetPDFWindo
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_SpecialButton.h39 class PWL_CLASS CPWL_RadioButton : public CPWL_Button class in inherits:CPWL_Button
42 CPWL_RadioButton();
43 virtual ~CPWL_RadioButton();

Completed in 69 milliseconds