Home | History | Annotate | Download | only in themes

Lines Matching defs:ThemeServiceFactory

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(
69 void ThemeServiceFactory::RegisterProfilePrefs(
109 content::BrowserContext* ThemeServiceFactory::GetBrowserContextToUse(
114 bool ThemeServiceFactory::ServiceIsCreatedWithBrowserContext() const {