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

  /external/chromium_org/ui/native_theme/
native_theme.cc 12 thumb_inactive_color_ = inactive_color;
21 : thumb_inactive_color_(0xeaeaea),
native_theme.h 296 unsigned int thumb_inactive_color_; member in class:ui::NativeTheme
native_theme_base.cc 334 SkColorToHSV(thumb_inactive_color_, thumbHSV);
393 SkColorToHSV(thumb_inactive_color_, thumb_hsv);
409 SkColorToHSV(hovered ? thumb_active_color_ : thumb_inactive_color_, thumb);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 120 return thumb_inactive_color_;
278 SkColor thumb_inactive_color_; member in class:GtkThemeService
gtk_theme_service.cc 782 thumb_inactive_color_ = GdkToSkColor(&thumb_inactive_color);
845 thumb_inactive_color_ = SkColorSetRGB(234, 234, 234);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.h 129 SkColor get_thumb_inactive_color() const { return thumb_inactive_color_; }
287 SkColor thumb_inactive_color_; member in class:GtkThemeService
gtk_theme_service.cc 825 thumb_inactive_color_ = gfx::GdkColorToSkColor(thumb_inactive_color);
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 182 SkColor thumb_inactive_color_; member in class:libgtk2ui::Gtk2UI
gtk2_ui.cc 392 return thumb_inactive_color_;
772 thumb_inactive_color_ = GdkColorToSkColor(thumb_inactive_color);
    [all...]

Completed in 1100 milliseconds