Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_special_button.cpp24 CPWL_CheckBox::CPWL_CheckBox() : m_bChecked(false) {} in CPWL_CheckBox() function in CPWL_CheckBox
26 CPWL_CheckBox::~CPWL_CheckBox() {} in ~CPWL_CheckBox()
28 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()
Dcpwl_special_button.h22 class CPWL_CheckBox : public CPWL_Button {
24 CPWL_CheckBox();
25 ~CPWL_CheckBox() override;
DREADME.md8 * CPWL_CheckBox
/external/pdfium/fpdfsdk/formfiller/
Dcffl_checkbox.cpp22 auto* pWnd = new CPWL_CheckBox(); in NewPDFWindow()
62 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnChar()
84 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnLButtonUp()
94 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in IsDataChanged()
99 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in SaveData()
126 CPWL_CheckBox* CFFL_CheckBox::GetCheckBox(CPDFSDK_PageView* pPageView, in GetCheckBox()
128 return static_cast<CPWL_CheckBox*>(GetPDFWindow(pPageView, bNew)); in GetCheckBox()
Dcffl_checkbox.h12 class CPWL_CheckBox; variable
33 CPWL_CheckBox* GetCheckBox(CPDFSDK_PageView* pPageView, bool bNew);