HomeSort by relevance Sort by last modified time
    Searched refs:NativeThemeBase (Results 1 - 7 of 7) 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_gtk.h 13 class NativeThemeGtk : public NativeThemeBase {
native_theme_mac.h 13 class NativeThemeMac : public NativeThemeBase {
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...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
native_theme_gtk2.h 20 class NativeThemeGtk2 : public ui::NativeThemeBase {
24 // Overridden from ui::NativeThemeBase:

Completed in 692 milliseconds