Searched defs:GetServiceForBrowserContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.cc49 return GetServiceForBrowserContext(context, true);
61 KeyedService* BrowserContextKeyedServiceFactory::GetServiceForBrowserContext( function in class:BrowserContextKeyedServiceFactory
146 GetServiceForBrowserContext(context, true);
H A Drefcounted_browser_context_keyed_service_factory.cc40 return GetServiceForBrowserContext(context, true);
55 RefcountedBrowserContextKeyedServiceFactory::GetServiceForBrowserContext( function in class:RefcountedBrowserContextKeyedServiceFactory
133 GetServiceForBrowserContext(context, true);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsearch_engines_helper.cc65 search_engines_helper::GetServiceForBrowserContext(profile_a);
67 search_engines_helper::GetServiceForBrowserContext(profile_b);
119 TemplateURLService* GetServiceForBrowserContext(int profile_index) { function in namespace:search_engines_helper
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 96 milliseconds