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

  /external/chromium/chrome/browser/
renderer_preferences_util.cc 23 GtkThemeService* theme_service = GtkThemeService::GetFrom(profile); local
25 prefs->focus_ring_color = theme_service->get_focus_ring_color();
26 prefs->thumb_active_color = theme_service->get_thumb_active_color();
27 prefs->thumb_inactive_color = theme_service->get_thumb_inactive_color();
28 prefs->track_color = theme_service->get_track_color();
30 theme_service->get_active_selection_bg_color();
32 theme_service->get_active_selection_fg_color();
34 theme_service->get_inactive_selection_bg_color();
36 theme_service->get_inactive_selection_fg_color();
  /external/chromium/chrome/browser/extensions/
gtk_theme_installed_infobar_delegate.cc 7 #include "chrome/browser/themes/theme_service.h"
20 theme_service()->SetNativeTheme();
theme_installed_infobar_delegate.h 33 ThemeService* theme_service() { return theme_service_; } function in class:ThemeInstalledInfoBarDelegate
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 144 void InfoBar::SetThemeProvider(GtkThemeService* theme_service) {
150 theme_service_ = theme_service;
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 812 GtkThemeService* theme_service) {
814 GdkColor color = theme_service->GetGdkColor(
822 CairoCachedSurface* background = theme_service->GetSurfaceNamed(
    [all...]

Completed in 393 milliseconds