HomeSort by relevance Sort by last modified time
    Searched defs:theme_service (Results 1 - 2 of 2) 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/
theme_installed_infobar_delegate.h 33 ThemeService* theme_service() { return theme_service_; } function in class:ThemeInstalledInfoBarDelegate

Completed in 130 milliseconds