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 22 class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme {
35 NativeThemeBase();
36 virtual ~NativeThemeBase();
175 DISALLOW_COPY_AND_ASSIGN(NativeThemeBase);
native_theme_base.cc 89 gfx::Size NativeThemeBase::GetPartSize(Part part,
159 void NativeThemeBase::Paint(SkCanvas* canvas,
244 NativeThemeBase::NativeThemeBase()
249 NativeThemeBase::~NativeThemeBase() {
252 void NativeThemeBase::PaintArrowButton(
378 void NativeThemeBase::PaintScrollbarTrack(SkCanvas* canvas,
399 void NativeThemeBase::PaintScrollbarThumb(SkCanvas* canvas,
478 void NativeThemeBase::PaintCheckbox(SkCanvas* canvas
    [all...]

Completed in 229 milliseconds