Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_pushbuttontp.cpp18 CFWL_PushButtonTP::CFWL_PushButtonTP() : m_pThemeData(new PBThemeData) { in CFWL_PushButtonTP() function in CFWL_PushButtonTP
22 CFWL_PushButtonTP::~CFWL_PushButtonTP() {} in ~CFWL_PushButtonTP()
24 void CFWL_PushButtonTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
93 void CFWL_PushButtonTP::SetThemeData() { in SetThemeData()
116 int32_t CFWL_PushButtonTP::GetColorID(uint32_t dwStates) const { in GetColorID()
Dcfwl_pushbuttontp.h14 class CFWL_PushButtonTP : public CFWL_WidgetTP {
16 CFWL_PushButtonTP();
17 ~CFWL_PushButtonTP() override;
/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.h58 std::unique_ptr<CFWL_PushButtonTP> m_pPushButtonTP;
Dxfa_fwltheme.cpp55 m_pPushButtonTP(new CFWL_PushButtonTP), in CXFA_FWLTheme()