Home | History | Annotate | Download | only in themes

Lines Matching defs:ThemeServiceFactory

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(
58 bool ThemeServiceFactory::ServiceRedirectedInIncognito() {