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

  /external/chromium/chrome/browser/
renderer_preferences_util.cc 26 prefs->thumb_active_color = theme_service->get_thumb_active_color();
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 430 void GtkThemeService::GetScrollbarColors(GdkColor* thumb_active_color,
445 *thumb_active_color = *theme_thumb_active;
496 GdkColor* color = i == 0 ? thumb_active_color :
520 *thumb_active_color = *theme_thumb_active;
777 GdkColor thumb_active_color, thumb_inactive_color, track_color; local
778 GtkThemeService::GetScrollbarColors(&thumb_active_color,
781 thumb_active_color_ = GdkToSkColor(&thumb_active_color);
    [all...]
gtk_theme_service.h 92 void GetScrollbarColors(GdkColor* thumb_active_color,

Completed in 69 milliseconds