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

  /external/chromium_org/ui/native_theme/
fallback_theme.h 14 class NATIVE_THEME_EXPORT FallbackTheme : public NativeThemeBase {
20 // Overridden from NativeThemeBase:
native_theme_android.h 13 class NativeThemeAndroid : public NativeThemeBase {
native_theme_base.cc 90 gfx::Size NativeThemeBase::GetPartSize(Part part,
164 void NativeThemeBase::PaintStateTransition(SkCanvas* canvas,
189 void NativeThemeBase::Paint(SkCanvas* canvas,
280 NativeThemeBase::NativeThemeBase()
285 NativeThemeBase::~NativeThemeBase() {
288 void NativeThemeBase::PaintArrowButton(
369 void NativeThemeBase::PaintArrow(SkCanvas* gc,
419 void NativeThemeBase::PaintScrollbarTrack(SkCanvas* canvas
    [all...]
native_theme_base.h 24 class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme {
44 NativeThemeBase();
45 virtual ~NativeThemeBase();
205 DISALLOW_COPY_AND_ASSIGN(NativeThemeBase);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h 20 class NativeThemeGtk2 : public ui::NativeThemeBase {
24 // Overridden from ui::NativeThemeBase:
native_theme_gtk2.cc 131 return ui::NativeThemeBase::GetPartSize(part, state, extra);
148 NativeThemeBase::Paint(canvas, part, state, rect, extra);

Completed in 81 milliseconds