Searched defs:NativeThemeBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.h22 class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme { class in namespace:ui
35 NativeThemeBase();
36 virtual ~NativeThemeBase();
175 DISALLOW_COPY_AND_ASSIGN(NativeThemeBase);
H A Dnative_theme_base.cc89 gfx::Size NativeThemeBase::GetPartSize(Part part,
159 void NativeThemeBase::Paint(SkCanvas* canvas,
244 NativeThemeBase::NativeThemeBase() function in class:ui::NativeThemeBase
249 NativeThemeBase::~NativeThemeBase() {
252 void NativeThemeBase::PaintArrowButton(
378 void NativeThemeBase::PaintScrollbarTrack(SkCanvas* canvas,
399 void NativeThemeBase::PaintScrollbarThumb(SkCanvas* canvas,
478 void NativeThemeBase
[all...]

Completed in 77 milliseconds