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

  /external/chromium_org/content/public/common/
renderer_preferences.h 85 SkColor thumb_inactive_color; member in struct:content::RendererPreferences
  /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...]
  /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...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
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...]

Completed in 264 milliseconds