Searched defs:ThemeServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_factory.h22 class ThemeServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
34 static ThemeServiceFactory* GetInstance();
37 friend struct DefaultSingletonTraits<ThemeServiceFactory>;
39 ThemeServiceFactory();
40 virtual ~ThemeServiceFactory();
51 DISALLOW_COPY_AND_ASSIGN(ThemeServiceFactory);
H A Dtheme_service_factory.cc23 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
29 const extensions::Extension* ThemeServiceFactory::GetThemeForProfile(
40 ThemeServiceFactory* ThemeServiceFactory::GetInstance() {
41 return Singleton<ThemeServiceFactory>::get();
44 ThemeServiceFactory::ThemeServiceFactory() function in class:ThemeServiceFactory
49 ThemeServiceFactory::~ThemeServiceFactory() {}
51 KeyedService* ThemeServiceFactory
[all...]

Completed in 5623 milliseconds