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

/external/chromium/chrome/browser/themes/
H A Dtheme_service_factory.h22 class ThemeServiceFactory : public ProfileKeyedServiceFactory { class in inherits:ProfileKeyedServiceFactory
34 static ThemeServiceFactory* GetInstance();
37 friend struct DefaultSingletonTraits<ThemeServiceFactory>;
39 ThemeServiceFactory();
40 virtual ~ThemeServiceFactory();
H A Dtheme_service_factory.cc19 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
25 const Extension* ThemeServiceFactory::GetThemeForProfile(Profile* profile) {
34 ThemeServiceFactory* ThemeServiceFactory::GetInstance() {
35 return Singleton<ThemeServiceFactory>::get();
38 ThemeServiceFactory::ThemeServiceFactory() function in class:ThemeServiceFactory
43 ThemeServiceFactory::~ThemeServiceFactory() {}
45 ProfileKeyedService* ThemeServiceFactory
[all...]

Completed in 103 milliseconds