HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_PushButtonTP (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fwl/theme/
cfwl_pushbuttontp.h 14 class CFWL_PushButtonTP : public CFWL_WidgetTP {
16 CFWL_PushButtonTP();
17 ~CFWL_PushButtonTP() override;
cfwl_pushbuttontp.cpp 7 #include "xfa/fwl/theme/cfwl_pushbuttontp.h"
18 CFWL_PushButtonTP::CFWL_PushButtonTP() : m_pThemeData(new PBThemeData) {
22 CFWL_PushButtonTP::~CFWL_PushButtonTP() {}
24 void CFWL_PushButtonTP::DrawBackground(CFWL_ThemeBackground* pParams) {
91 void CFWL_PushButtonTP::SetThemeData() {
114 int32_t CFWL_PushButtonTP::GetColorID(uint32_t dwStates) const {
  /external/pdfium/xfa/fxfa/
cxfa_fwltheme.h 22 #include "xfa/fwl/theme/cfwl_pushbuttontp.h"
57 std::unique_ptr<CFWL_PushButtonTP> m_pPushButtonTP;
cxfa_fwltheme.cpp 56 m_pPushButtonTP(pdfium::MakeUnique<CFWL_PushButtonTP>()),

Completed in 94 milliseconds