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

  /external/chromium_org/ui/native_theme/
native_theme.cc 14 thumb_inactive_color_ = inactive_color;
36 : thumb_inactive_color_(0xeaeaea),
native_theme.h 345 unsigned int thumb_inactive_color_; member in class:ui::NativeTheme
native_theme_base.cc 362 SkColorToHSV(thumb_inactive_color_, thumbHSV);
434 SkColorToHSV(thumb_inactive_color_, thumb_hsv);
450 SkColorToHSV(hovered ? thumb_active_color_ : thumb_inactive_color_, thumb);
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 217 SkColor thumb_inactive_color_; member in class:libgtk2ui::Gtk2UI
gtk2_ui.cc 422 return thumb_inactive_color_;
    [all...]

Completed in 53 milliseconds