HomeSort by relevance Sort by last modified time
    Searched refs:GetForContext (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_factory.h 22 static SpellcheckService* GetForContext(content::BrowserContext* context);
spellcheck_factory.cc 19 SpellcheckService* SpellcheckServiceFactory::GetForContext(
35 return GetForContext(context);
spellcheck_custom_dictionary_unittest.cc 217 SpellcheckServiceFactory::GetForContext(&profile_);
323 SpellcheckServiceFactory::GetForContext(
353 SpellcheckServiceFactory::GetForContext(
389 SpellcheckServiceFactory::GetForContext(&profile_);
460 SpellcheckServiceFactory::GetForContext(&profile_);
506 SpellcheckServiceFactory::GetForContext(&profile_);
549 SpellcheckServiceFactory::GetForContext(&profile_);
601 SpellcheckServiceFactory::GetForContext(&profile_);
652 SpellcheckServiceFactory::GetForContext(&profile_);
698 SpellcheckServiceFactory::GetForContext(&profile_)
    [all...]
spellcheck_service_browsertest.cc 78 SpellcheckServiceFactory::GetForContext(context);
spellcheck_message_filter.cc 76 SpellcheckServiceFactory::GetForContext(host->GetBrowserContext());
spellcheck_service.cc 163 if (SpellcheckServiceFactory::GetForContext(context) != this)
  /external/chromium_org/chrome/browser/policy/
schema_registry_service_factory.h 37 static SchemaRegistryService* GetForContext(content::BrowserContext* context);
40 // by the caller. Subsequent calls to GetForContext() will return the instance
schema_registry_service_factory.cc 22 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContext(
profile_policy_connector_factory.cc 96 schema_registry = SchemaRegistryServiceFactory::GetForContext(profile);
  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc 73 spellcheck = SpellcheckServiceFactory::GetForContext(profile);
89 spellcheck = SpellcheckServiceFactory::GetForContext(profile);
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 42 return SpellcheckServiceFactory::GetForContext(
47 return SpellcheckServiceFactory::GetForContext(
  /external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer.cc 158 SpellcheckServiceFactory::GetForContext(profile);
263 SpellcheckServiceFactory::GetForContext(profile);
289 SpellcheckServiceFactory::GetForContext(profile);
362 SpellcheckServiceFactory::GetForContext(profile);
  /external/chromium_org/apps/
shell_window_geometry_cache.h 42 static ShellWindowGeometryCache* GetForContext(
shell_window_geometry_cache.cc 46 return Factory::GetForContext(context, true /* create */);
285 ShellWindowGeometryCache* ShellWindowGeometryCache::Factory::GetForContext(
  /external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.cc 88 SpellcheckService* service = SpellcheckServiceFactory::GetForContext(
language_options_handler_common.cc 279 SpellcheckService* service = SpellcheckServiceFactory::GetForContext(
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_manager_factory.cc 143 manager->Init(SchemaRegistryServiceFactory::GetForContext(context));
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.cc 99 policy::SchemaRegistryServiceFactory::GetForContext(profile)),
293 policy::SchemaRegistryServiceFactory::GetForContext(profile_);
settings_apitest.cc 477 policy::SchemaRegistryServiceFactory::GetForContext(profile);
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_factory_chromeos.cc 212 manager->Init(SchemaRegistryServiceFactory::GetForContext(profile));
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 419 return SpellcheckServiceFactory::GetForContext(profile_)->
  /external/chromium_org/chrome/test/base/
testing_profile.cc 652 policy::SchemaRegistryServiceFactory::GetForContext(this));
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 583 policy::SchemaRegistryServiceFactory::GetForContext(

Completed in 228 milliseconds