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

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

Completed in 338 milliseconds