HomeSort by relevance Sort by last modified time
    Searched refs:BuildInstanceFor (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector_factory.cc 45 KeyedService* ExtensionGarbageCollectorFactory::BuildInstanceFor(
56 return BuildInstanceFor(context);
extension_garbage_collector_factory.h 27 static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
extension_service_test_base.cc 123 profile_.get(), &ExtensionGarbageCollectorFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier_factory.cc 29 KeyedService* AutocompleteClassifierFactory::BuildInstanceFor(
60 return BuildInstanceFor(static_cast<Profile*>(profile));
autocomplete_classifier_factory.h 24 static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
zero_suggest_provider_unittest.cc 67 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
69 &profile_, &AutocompleteClassifierFactory::BuildInstanceFor);
autocomplete_provider_unittest.cc 218 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
293 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
322 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
shortcuts_backend_unittest.cc 121 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_factory.cc 28 KeyedService* SupervisedUserServiceFactory::BuildInstanceFor(Profile* profile) {
50 return BuildInstanceFor(static_cast<Profile*>(profile));
supervised_user_service_factory.h 22 static KeyedService* BuildInstanceFor(Profile* profile);
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_factory.h 22 static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
template_url_service_factory.cc 32 KeyedService* TemplateURLServiceFactory::BuildInstanceFor(
50 return BuildInstanceFor(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/chromeos/ownership/
owner_settings_service_factory.h 43 static KeyedService* BuildInstanceFor(content::BrowserContext* context);
owner_settings_service_factory.cc 60 KeyedService* OwnerSettingsServiceFactory::BuildInstanceFor(
74 return BuildInstanceFor(context);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service_factory.h 27 static KeyedService* BuildInstanceFor(
app_list_syncable_service_factory.cc 38 KeyedService* AppListSyncableServiceFactory::BuildInstanceFor(
45 VLOG(1) << "BuildInstanceFor: " << profile->GetDebugName()
73 return BuildInstanceFor(static_cast<Profile*>(browser_context));
  /external/chromium_org/chrome/browser/ui/views/
first_run_bubble_unittest.cc 39 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_unittest.cc 200 &profile, &TemplateURLServiceFactory::BuildInstanceFor);
202 &profile, &AutocompleteClassifierFactory::BuildInstanceFor);
232 &profile, &TemplateURLServiceFactory::BuildInstanceFor);
234 &profile, &AutocompleteClassifierFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/search/
instant_unittest_base.cc 89 profile, &TemplateURLServiceFactory::BuildInstanceFor);
search_unittest.cc 164 profile(), &TemplateURLServiceFactory::BuildInstanceFor);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 104 profile(), &TemplateURLServiceFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_unittest.cc 181 profile(), &TemplateURLServiceFactory::BuildInstanceFor);
183 profile(), &AutocompleteClassifierFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 398 &app_list::AppListSyncableServiceFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper_unittest.cc 317 profile(), &TemplateURLServiceFactory::BuildInstanceFor);
search_ipc_router_unittest.cc 101 &TemplateURLServiceFactory::BuildInstanceFor);
    [all...]

Completed in 1013 milliseconds

1 2