Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_pushbuttontp.cpp19 CFWL_PushButtonTP::CFWL_PushButtonTP() : m_pThemeData(new PBThemeData) { in CFWL_PushButtonTP() function in CFWL_PushButtonTP
23 CFWL_PushButtonTP::~CFWL_PushButtonTP() {} in ~CFWL_PushButtonTP()
25 void CFWL_PushButtonTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
89 void CFWL_PushButtonTP::SetThemeData() { in SetThemeData()
112 int32_t CFWL_PushButtonTP::GetColorID(uint32_t dwStates) const { in GetColorID()
Dcfwl_pushbuttontp.h14 class CFWL_PushButtonTP final : public CFWL_WidgetTP {
16 CFWL_PushButtonTP();
17 ~CFWL_PushButtonTP() override;
DREADME.md22 * CFWL_PushButtonTP
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h60 std::unique_ptr<CFWL_PushButtonTP> m_pPushButtonTP;
Dcxfa_fwltheme.cpp57 m_pPushButtonTP(pdfium::MakeUnique<CFWL_PushButtonTP>()), in CXFA_FWLTheme()