HomeSort by relevance Sort by last modified time
    Searched defs:NativeThemeBase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/native_theme/
native_theme_base.h 24 class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme {
44 NativeThemeBase();
45 virtual ~NativeThemeBase();
207 DISALLOW_COPY_AND_ASSIGN(NativeThemeBase);
native_theme_base.cc 90 gfx::Size NativeThemeBase::GetPartSize(Part part,
164 void NativeThemeBase::PaintStateTransition(SkCanvas* canvas,
189 void NativeThemeBase::Paint(SkCanvas* canvas,
281 NativeThemeBase::NativeThemeBase()
286 NativeThemeBase::~NativeThemeBase() {
289 void NativeThemeBase::PaintArrowButton(
370 void NativeThemeBase::PaintArrow(SkCanvas* gc,
420 void NativeThemeBase::PaintScrollbarTrack(SkCanvas* canvas
    [all...]

Completed in 143 milliseconds