Home | History | Annotate | Download | only in search_engines

Lines Matching refs:TemplateURLServiceFactory

20 TemplateURLService* TemplateURLServiceFactory::GetForProfile(Profile* profile) {
26 TemplateURLServiceFactory* TemplateURLServiceFactory::GetInstance() {
27 return Singleton<TemplateURLServiceFactory>::get();
31 BrowserContextKeyedService* TemplateURLServiceFactory::BuildInstanceFor(
36 TemplateURLServiceFactory::TemplateURLServiceFactory()
38 "TemplateURLServiceFactory",
45 TemplateURLServiceFactory::~TemplateURLServiceFactory() {}
47 BrowserContextKeyedService* TemplateURLServiceFactory::BuildServiceInstanceFor(
52 void TemplateURLServiceFactory::RegisterProfilePrefs(
125 content::BrowserContext* TemplateURLServiceFactory::GetBrowserContextToUse(
130 bool TemplateURLServiceFactory::ServiceIsNULLWhileTesting() const {
134 void TemplateURLServiceFactory::BrowserContextShutdown(
144 void TemplateURLServiceFactory::BrowserContextDestroyed(