Searched refs:GetForContext (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_factory.h22 static SpellcheckService* GetForContext(content::BrowserContext* context);
H A Dspellcheck_factory.cc18 SpellcheckService* SpellcheckServiceFactory::GetForContext( function in class:SpellcheckServiceFactory
34 return GetForContext(context);
H A Dspellcheck_custom_dictionary_unittest.cc191 SpellcheckServiceFactory::GetForContext(&profile_);
297 SpellcheckServiceFactory::GetForContext(
327 SpellcheckServiceFactory::GetForContext(
363 SpellcheckServiceFactory::GetForContext(&profile_);
434 SpellcheckServiceFactory::GetForContext(&profile_);
485 SpellcheckServiceFactory::GetForContext(&profile_);
533 SpellcheckServiceFactory::GetForContext(&profile_);
590 SpellcheckServiceFactory::GetForContext(&profile_);
645 SpellcheckServiceFactory::GetForContext(&profile_);
696 SpellcheckServiceFactory::GetForContext(
[all...]
H A Dspellcheck_service_browsertest.cc78 SpellcheckServiceFactory::GetForContext(context);
H A Dspellcheck_message_filter.cc76 SpellcheckServiceFactory::GetForContext(host->GetBrowserContext());
H A Dspellcheck_service.cc162 if (SpellcheckServiceFactory::GetForContext(context) != this)
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
H A Dspellcheck_api.cc65 SpellcheckServiceFactory::GetForContext(browser_context);
82 SpellcheckServiceFactory::GetForContext(browser_context);
/external/chromium_org/chrome/browser/policy/
H A Dschema_registry_service_factory.h37 static SchemaRegistryService* GetForContext(content::BrowserContext* context);
40 // by the caller. Subsequent calls to GetForContext() will return the instance
H A Dschema_registry_service_factory.cc65 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContext( function in class:policy::SchemaRegistryServiceFactory
H A Dprofile_policy_connector_factory.cc103 SchemaRegistryServiceFactory::GetForContext(profile)->registry();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.cc46 return SpellcheckServiceFactory::GetForContext(
51 return SpellcheckServiceFactory::GetForContext(
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_menu_observer.cc161 SpellcheckServiceFactory::GetForContext(browser_context);
256 SpellcheckServiceFactory::GetForContext(browser_context);
282 SpellcheckServiceFactory::GetForContext(browser_context);
350 SpellcheckServiceFactory::GetForContext(browser_context);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_dictionary_overlay_handler.cc88 SpellcheckService* service = SpellcheckServiceFactory::GetForContext(
H A Dlanguage_options_handler_common.cc284 SpellcheckService* service = SpellcheckServiceFactory::GetForContext(
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_geometry_cache.h38 static AppWindowGeometryCache* GetForContext(
H A Dapp_window_geometry_cache.cc40 return Factory::GetForContext(context, true /* create */);
261 AppWindowGeometryCache* AppWindowGeometryCache::Factory::GetForContext( function in class:extensions::AppWindowGeometryCache::Factory
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_manager_factory.cc164 SchemaRegistryServiceFactory::GetForContext(context)->registry());
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc112 schema_registry_(policy::SchemaRegistryServiceFactory::GetForContext(
300 policy::SchemaRegistryServiceFactory::GetForContext(profile_)->registry();
H A Dsettings_apitest.cc436 policy::SchemaRegistryServiceFactory::GetForContext(profile)->registry();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.cc223 SchemaRegistryServiceFactory::GetForContext(profile)->registry());
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc515 return SpellcheckServiceFactory::GetForContext(profile_)->
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc616 policy::SchemaRegistryServiceFactory::GetForContext(
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc732 policy::SchemaRegistryServiceFactory::GetForContext(this));

Completed in 369 milliseconds