HomeSort by relevance Sort by last modified time
    Searched refs:BuildInstanceFor (Results 1 - 25 of 27) 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/supervised_user/
supervised_user_service_factory.cc 32 KeyedService* SupervisedUserServiceFactory::BuildInstanceFor(Profile* profile) {
57 return BuildInstanceFor(static_cast<Profile*>(profile));
supervised_user_service_factory.h 22 static KeyedService* BuildInstanceFor(Profile* profile);
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier_factory.h 24 static KeyedService* BuildInstanceFor(content::BrowserContext* context);
autocomplete_classifier_factory.cc 34 KeyedService* AutocompleteClassifierFactory::BuildInstanceFor(
73 return BuildInstanceFor(static_cast<Profile*>(profile));
zero_suggest_provider_unittest.cc 71 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
73 &profile_, &AutocompleteClassifierFactory::BuildInstanceFor);
autocomplete_provider_unittest.cc 232 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
307 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
336 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
shortcuts_backend_unittest.cc 121 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_factory.h 22 static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
template_url_service_factory_test_util.cc 20 profile_, TemplateURLServiceFactory::BuildInstanceFor);
template_url_service_factory.cc 37 KeyedService* TemplateURLServiceFactory::BuildInstanceFor(
73 return BuildInstanceFor(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/chromeos/ownership/
owner_settings_service_chromeos_factory.h 43 static KeyedService* BuildInstanceFor(content::BrowserContext* context);
owner_settings_service_chromeos_factory.cc 57 KeyedService* OwnerSettingsServiceChromeOSFactory::BuildInstanceFor(
73 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/search/
instant_unittest_base.cc 88 profile, &TemplateURLServiceFactory::BuildInstanceFor);
search_unittest.cc 46 profile(), &TemplateURLServiceFactory::BuildInstanceFor);
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_unittest.cc 201 &profile, &TemplateURLServiceFactory::BuildInstanceFor);
203 &profile, &AutocompleteClassifierFactory::BuildInstanceFor);
233 &profile, &TemplateURLServiceFactory::BuildInstanceFor);
235 &profile, &AutocompleteClassifierFactory::BuildInstanceFor);
  /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 400 &app_list::AppListSyncableServiceFactory::BuildInstanceFor);
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper_unittest.cc 320 profile(), &TemplateURLServiceFactory::BuildInstanceFor);

Completed in 2013 milliseconds

1 2