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

  /external/chromium_org/ui/native_theme/
native_theme_gtk.h 13 class NativeThemeGtk : public NativeThemeBase {
15 static NativeThemeGtk* instance();
20 NativeThemeGtk();
21 virtual ~NativeThemeGtk();
23 DISALLOW_COPY_AND_ASSIGN(NativeThemeGtk);
native_theme_gtk.cc 45 return NativeThemeGtk::instance();
49 NativeThemeGtk* NativeThemeGtk::instance() {
50 CR_DEFINE_STATIC_LOCAL(NativeThemeGtk, s_native_theme, ());
54 SkColor NativeThemeGtk::GetSystemColor(ColorId color_id) const {
102 NativeThemeGtk::NativeThemeGtk() {
105 NativeThemeGtk::~NativeThemeGtk() {

Completed in 138 milliseconds