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

  /external/chromium/chrome/browser/
renderer_preferences_util.cc 26 prefs->thumb_active_color = theme_service->get_thumb_active_color();
  /external/chromium_org/content/public/common/
renderer_preferences.cc 31 thumb_active_color(SkColorSetRGB(244, 244, 244)),
renderer_preferences.h 84 SkColor thumb_active_color; member in struct:content::RendererPreferences
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 63 void GetScrollbarColors(GdkColor* thumb_active_color,
gtk2_ui.cc 418 void Gtk2UI::GetScrollbarColors(GdkColor* thumb_active_color,
433 *thumb_active_color = *theme_thumb_active;
485 GdkColor* color = i == 0 ? thumb_active_color :
509 *thumb_active_color = *theme_thumb_active;
627 GdkColor thumb_active_color, thumb_inactive_color, track_color; local
628 Gtk2UI::GetScrollbarColors(&thumb_active_color,
631 thumb_active_color_ = GdkColorToSkColor(thumb_active_color);
    [all...]
  /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,
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 473 void GtkThemeService::GetScrollbarColors(GdkColor* thumb_active_color,
488 *thumb_active_color = *theme_thumb_active;
543 GdkColor* color = i == 0 ? thumb_active_color :
567 *thumb_active_color = *theme_thumb_active;
820 GdkColor thumb_active_color, thumb_inactive_color, track_color; local
821 GtkThemeService::GetScrollbarColors(&thumb_active_color,
824 thumb_active_color_ = gfx::GdkColorToSkColor(thumb_active_color);
    [all...]
gtk_theme_service.h 119 void GetScrollbarColors(GdkColor* thumb_active_color,
  /external/chromium_org/chrome/browser/
renderer_preferences_util.cc 91 prefs->thumb_active_color = theme_service->get_thumb_active_color();
  /external/chromium_org/content/common/
view_messages.h 253 IPC_STRUCT_TRAITS_MEMBER(thumb_active_color)
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 643 milliseconds