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

  /external/chromium_org/components/keyed_service/content/
browser_context_keyed_service_factory.cc 49 return GetServiceForBrowserContext(context, true);
61 KeyedService* BrowserContextKeyedServiceFactory::GetServiceForBrowserContext(
146 GetServiceForBrowserContext(context, true);
refcounted_browser_context_keyed_service_factory.cc 40 return GetServiceForBrowserContext(context, true);
55 RefcountedBrowserContextKeyedServiceFactory::GetServiceForBrowserContext(
133 GetServiceForBrowserContext(context, true);
  /external/chromium_org/chrome/browser/sync/test/integration/
search_engines_helper.cc 65 search_engines_helper::GetServiceForBrowserContext(profile_a);
67 search_engines_helper::GetServiceForBrowserContext(profile_b);
119 TemplateURLService* GetServiceForBrowserContext(int profile_index) {
130 TemplateURLService* other = GetServiceForBrowserContext(profile_index);
224 TemplateURLService* service = GetServiceForBrowserContext(profile_index);
240 TemplateURLService* service = GetServiceForBrowserContext(profile_index);
255 TemplateURLService* service = GetServiceForBrowserContext(profile_index);

Completed in 65 milliseconds