Searched refs:CPWL_CheckBox (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_special_button.cpp | 26 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()
|
D | cpwl_special_button.h | 25 class CPWL_CheckBox final : public CPWL_Button { 27 CPWL_CheckBox( 30 ~CPWL_CheckBox() override;
|
D | README.md | 8 * CPWL_CheckBox
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_checkbox.cpp | 28 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()
|
D | cffl_checkbox.h | 14 class CPWL_CheckBox; variable 36 CPWL_CheckBox* GetCheckBox(CPDFSDK_PageView* pPageView, bool bNew);
|