HomeSort by relevance Sort by last modified time
    Searched defs:ThemeServiceFactory (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 41 milliseconds