Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_SpecialButton.cpp24 CPWL_CheckBox::CPWL_CheckBox() : m_bChecked(false) {} in CPWL_CheckBox() function in CPWL_CheckBox
26 CPWL_CheckBox::~CPWL_CheckBox() {} in ~CPWL_CheckBox()
28 CFX_ByteString CPWL_CheckBox::GetClassName() const { in GetClassName()
32 void CPWL_CheckBox::SetCheck(bool bCheck) { in SetCheck()
36 bool CPWL_CheckBox::IsChecked() const { in IsChecked()
40 bool CPWL_CheckBox::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
48 bool CPWL_CheckBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar()
DPWL_SpecialButton.h22 class CPWL_CheckBox : public CPWL_Button {
24 CPWL_CheckBox();
25 ~CPWL_CheckBox() override;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_checkbox.cpp23 CPWL_CheckBox* pWnd = new CPWL_CheckBox(); in NewPDFWindow()
62 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, true)) in OnChar()
80 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, true)) { in OnLButtonUp()
93 CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
98 if (CPWL_CheckBox* pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, false)) { in SaveData()