/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/ |
renderer_preferences_util.cc | 91 prefs->thumb_inactive_color = theme_service->get_thumb_inactive_color(); 146 prefs->thumb_inactive_color = linux_ui->GetThumbInactiveColor();
|
/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/ui/libgtk2ui/ |
gtk2_ui.cc | 558 GdkColor* thumb_inactive_color, 573 *thumb_inactive_color = *theme_thumb_inactive; 625 i == 1 ? thumb_inactive_color : 651 *thumb_inactive_color = *theme_thumb_inactive; 767 GdkColor thumb_active_color, thumb_inactive_color, track_color; local 769 &thumb_inactive_color, 772 thumb_inactive_color_ = GdkColorToSkColor(thumb_inactive_color); [all...] |
gtk2_ui.h | 93 GdkColor* thumb_inactive_color,
|
/external/chromium_org/content/common/ |
view_messages.h | 264 IPC_STRUCT_TRAITS_MEMBER(thumb_inactive_color) [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.cc | [all...] |