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

  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_factory.h 25 static void ShutdownForProfile(Profile* profile);
template_url_fetcher_factory.cc 26 void TemplateURLFetcherFactory::ShutdownForProfile(Profile* profile) {
  /external/chromium_org/chrome/browser/history/
history_service_factory.h 33 static void ShutdownForProfile(Profile* profile);
history_service_factory.cc 53 void HistoryServiceFactory::ShutdownForProfile(Profile* profile) {
  /external/chromium_org/chrome/browser/sessions/
session_service_factory.h 36 static void ShutdownForProfile(Profile* profile);
session_service_factory.cc 35 void SessionServiceFactory::ShutdownForProfile(Profile* profile) {
session_restore_browsertest.cc 842 SessionServiceFactory::ShutdownForProfile(browser()->profile());
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 334 TemplateURLFetcherFactory::ShutdownForProfile(this);
406 HistoryServiceFactory::ShutdownForProfile(this);
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 189 SessionServiceFactory::ShutdownForProfile(profiles[i]);
    [all...]

Completed in 971 milliseconds