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

  /external/chromium/chrome/browser/
renderer_preferences_util.cc 27 prefs->thumb_inactive_color = theme_service->get_thumb_inactive_color();
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 431 GdkColor* thumb_inactive_color,
446 *thumb_inactive_color = *theme_thumb_inactive;
497 i == 1 ? thumb_inactive_color :
523 *thumb_inactive_color = *theme_thumb_inactive;
777 GdkColor thumb_active_color, thumb_inactive_color, track_color; local
779 &thumb_inactive_color,
782 thumb_inactive_color_ = GdkToSkColor(&thumb_inactive_color);
    [all...]
gtk_theme_service.h 93 GdkColor* thumb_inactive_color,

Completed in 308 milliseconds