HomeSort by relevance Sort by last modified time
    Searched refs:ThemeServiceFactory (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium/chrome/browser/themes/
theme_service_factory.h 22 class ThemeServiceFactory : public ProfileKeyedServiceFactory {
34 static ThemeServiceFactory* GetInstance();
37 friend struct DefaultSingletonTraits<ThemeServiceFactory>;
39 ThemeServiceFactory();
40 virtual ~ThemeServiceFactory();
theme_service_factory.cc 19 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
25 const Extension* ThemeServiceFactory::GetThemeForProfile(Profile* profile) {
34 ThemeServiceFactory* ThemeServiceFactory::GetInstance() {
35 return Singleton<ThemeServiceFactory>::get();
38 ThemeServiceFactory::ThemeServiceFactory()
43 ThemeServiceFactory::~ThemeServiceFactory() {}
45 ProfileKeyedService* ThemeServiceFactory::BuildServiceInstanceFor
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service_factory.h 22 class ThemeServiceFactory : public BrowserContextKeyedServiceFactory {
34 static ThemeServiceFactory* GetInstance();
37 friend struct DefaultSingletonTraits<ThemeServiceFactory>;
39 ThemeServiceFactory();
40 virtual ~ThemeServiceFactory();
51 DISALLOW_COPY_AND_ASSIGN(ThemeServiceFactory);
theme_service_factory.cc 27 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
33 const extensions::Extension* ThemeServiceFactory::GetThemeForProfile(
43 ThemeServiceFactory* ThemeServiceFactory::GetInstance() {
44 return Singleton<ThemeServiceFactory>::get();
47 ThemeServiceFactory::ThemeServiceFactory()
52 ThemeServiceFactory::~ThemeServiceFactory() {}
54 BrowserContextKeyedService* ThemeServiceFactory::BuildServiceInstanceFor
    [all...]
theme_service_browsertest.cc 48 ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile);
75 ThemeService* theme_service = ThemeServiceFactory::GetForProfile(
theme_service_unittest.cc 72 ThemeServiceFactory::GetForProfile(profile_.get());
94 ThemeServiceFactory::GetForProfile(profile_.get());
114 ThemeServiceFactory::GetForProfile(profile_.get());
127 ThemeServiceFactory::GetForProfile(profile);
141 ThemeServiceFactory::GetForProfile(profile_.get());
  /external/chromium_org/chrome/browser/ui/webui/
theme_handler.cc 34 ThemeServiceFactory::GetForProfile(GetProfile())));
43 ThemeServiceFactory::GetForProfile(GetProfile())->HasCustomImage(
theme_source.cc 141 ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_);
  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 113 ThemeServiceFactory::GetThemeForProfile(profile);
122 ThemeServiceFactory::GetForProfile(profile)->SetTheme(extension);
143 ThemeServiceFactory::GetForProfile(profile)->SetNativeTheme();
145 ThemeServiceFactory::GetForProfile(profile)->UseDefaultTheme();
152 (ThemeServiceFactory::GetThemeForProfile(profile) ||
168 ThemeServiceFactory::GetThemeForProfile(profile);
theme_util_unittest.cc 105 ThemeServiceFactory::GetInstance()->ForceAssociationBetween(&profile,
119 ThemeServiceFactory::GetInstance()->ForceAssociationBetween(&profile,
220 ThemeServiceFactory::GetInstance()->ForceAssociationBetween(&profile,
theme_change_processor.cc 125 ThemeServiceFactory::GetForProfile(profile_)));
  /external/chromium_org/chrome/browser/search/
instant_service_factory.cc 35 DependsOn(ThemeServiceFactory::GetInstance());
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_resource_cache_factory.cc 29 DependsOn(ThemeServiceFactory::GetInstance());
ntp_resource_cache_factory.cc 29 DependsOn(ThemeServiceFactory::GetInstance());
  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 28 theme_service_(ThemeServiceFactory::GetForProfile(profile_)),
extension_install_ui_browsertest.cc 35 return ThemeServiceFactory::GetThemeForProfile(browser()->profile());
  /external/chromium/chrome/browser/ui/views/
theme_background.cc 34 ui::ThemeProvider* theme = ThemeServiceFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/extensions/
extension_system_factory.cc 39 DependsOn(ThemeServiceFactory::GetInstance());
theme_installed_infobar_delegate.cc 49 ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 68 DependsOn(ThemeServiceFactory::GetInstance());
  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.cc 27 return ThemeServiceFactory::GetForProfile(profile);
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter_unittest.cc 20 theme_provider_ = ThemeServiceFactory::GetForProfile(&profile_);
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.cc 96 return ThemeServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/infobars/
infobars_browsertest.cc 92 ThemeServiceFactory::GetForProfile(browser()->profile())->UseDefaultTheme();
  /external/chromium/chrome/browser/ui/webui/
theme_source.cc 110 ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_);

Completed in 300 milliseconds

1 2 3