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

  /external/chromium/chrome/browser/
renderer_preferences_util.cc 27 prefs->thumb_inactive_color = theme_service->get_thumb_inactive_color();
  /external/chromium_org/content/public/common/
renderer_preferences.cc 32 thumb_inactive_color(SkColorSetRGB(234, 234, 234)),
renderer_preferences.h 85 SkColor thumb_inactive_color; member in struct:content::RendererPreferences
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h 64 GdkColor* thumb_inactive_color,
gtk2_ui.cc 419 GdkColor* thumb_inactive_color,
434 *thumb_inactive_color = *theme_thumb_inactive;
486 i == 1 ? thumb_inactive_color :
512 *thumb_inactive_color = *theme_thumb_inactive;
627 GdkColor thumb_active_color, thumb_inactive_color, track_color; local
629 &thumb_inactive_color,
632 thumb_inactive_color_ = GdkColorToSkColor(thumb_inactive_color);
    [all...]
  /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,
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 474 GdkColor* thumb_inactive_color,
489 *thumb_inactive_color = *theme_thumb_inactive;
544 i == 1 ? thumb_inactive_color :
572 *thumb_inactive_color = *theme_thumb_inactive;
820 GdkColor thumb_active_color, thumb_inactive_color, track_color; local
822 &thumb_inactive_color,
825 thumb_inactive_color_ = gfx::GdkColorToSkColor(thumb_inactive_color);
    [all...]
gtk_theme_service.h 120 GdkColor* thumb_inactive_color,
  /external/chromium_org/chrome/browser/
renderer_preferences_util.cc 92 prefs->thumb_inactive_color = theme_service->get_thumb_inactive_color();
  /external/chromium_org/content/common/
view_messages.h 254 IPC_STRUCT_TRAITS_MEMBER(thumb_inactive_color)
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 319 milliseconds