HomeSort by relevance Sort by last modified time
    Searched defs:ThemeServiceFactory (Results 1 - 4 of 4) 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...]
  /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...]

Completed in 110 milliseconds