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.cpp26 CPWL_CheckBox::CPWL_CheckBox( in CPWL_CheckBox() function in CPWL_CheckBox
31 CPWL_CheckBox::~CPWL_CheckBox() = default;
33 bool CPWL_CheckBox::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
41 bool CPWL_CheckBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar()
Dcpwl_special_button.h25 class CPWL_CheckBox final : public CPWL_Button {
27 CPWL_CheckBox(
30 ~CPWL_CheckBox() override;
DREADME.md8 * CPWL_CheckBox
/external/pdfium/fpdfsdk/formfiller/
Dcffl_checkbox.cpp28 auto pWnd = pdfium::MakeUnique<CPWL_CheckBox>(cp, std::move(pAttachedData)); in NewPWLWindow()
66 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnChar()
88 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnLButtonUp()
98 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in IsDataChanged()
103 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in SaveData()
131 CPWL_CheckBox* CFFL_CheckBox::GetCheckBox(CPDFSDK_PageView* pPageView, in GetCheckBox()
133 return static_cast<CPWL_CheckBox*>(GetPWLWindow(pPageView, bNew)); in GetCheckBox()
Dcffl_checkbox.h14 class CPWL_CheckBox; variable
36 CPWL_CheckBox* GetCheckBox(CPDFSDK_PageView* pPageView, bool bNew);