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

1 2 3 4

  /external/chromium_org/chrome/browser/history/
history_service_factory.cc 20 HistoryService* HistoryServiceFactory::GetForProfile(
33 HistoryServiceFactory::GetForProfileIfExists(
46 HistoryServiceFactory::GetForProfileWithoutCreating(Profile* profile) {
52 HistoryServiceFactory* HistoryServiceFactory::GetInstance() {
53 return Singleton<HistoryServiceFactory>::get();
57 void HistoryServiceFactory::ShutdownForProfile(Profile* profile) {
58 HistoryServiceFactory* factory = GetInstance();
62 HistoryServiceFactory::HistoryServiceFactory()
    [all...]
history_service_factory.h 16 class HistoryServiceFactory : public BrowserContextKeyedServiceFactory {
27 static HistoryServiceFactory* GetInstance();
36 friend struct DefaultSingletonTraits<HistoryServiceFactory>;
38 HistoryServiceFactory();
39 virtual ~HistoryServiceFactory();
history_tab_helper.cc 141 return HistoryServiceFactory::GetForProfile(profile,
153 HistoryServiceFactory::GetForProfile(profile, Profile::IMPLICIT_ACCESS);
history_browsertest.cc 92 HistoryServiceFactory::GetForProfile(GetProfile(),
124 EXPECT_TRUE(HistoryServiceFactory::GetForProfile(
126 EXPECT_TRUE(HistoryServiceFactory::GetForProfile(
129 ui_test_utils::WaitForHistoryToLoad(HistoryServiceFactory::GetForProfile(
147 EXPECT_TRUE(HistoryServiceFactory::GetForProfile(
149 EXPECT_FALSE(HistoryServiceFactory::GetForProfile(
152 ui_test_utils::WaitForHistoryToLoad(HistoryServiceFactory::GetForProfile(
166 ui_test_utils::WaitForHistoryToLoad(HistoryServiceFactory::GetForProfile(
196 ui_test_utils::WaitForHistoryToLoad(HistoryServiceFactory::GetForProfile(
in_memory_url_index.cc 211 HistoryServiceFactory::GetForProfile(profile_,
222 HistoryServiceFactory::GetForProfile(profile_,
301 HistoryServiceFactory::GetForProfileWithoutCreating(profile_);
315 HistoryServiceFactory::GetForProfile(profile_,
  /external/chromium_org/chrome/browser/search_engines/
chrome_template_url_service_client.cc 43 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
53 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
60 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
  /external/chromium_org/chrome/browser/download/
download_service_factory.cc 28 DependsOn(HistoryServiceFactory::GetInstance());
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_factory.cc 33 DependsOn(HistoryServiceFactory::GetInstance());
resource_prefetch_predictor_factory.cc 34 DependsOn(HistoryServiceFactory::GetInstance());
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.cc 30 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
58 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
84 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
108 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
132 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
158 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
180 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
195 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
219 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
245 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 145 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
230 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
236 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
242 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
248 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
281 AddToHistory(HistoryServiceFactory::GetForProfileWithoutCreating(
289 HistoryServiceFactory::GetForProfile(test()->verifier(),
303 HistoryServiceFactory::GetForProfileWithoutCreating(
306 HistoryServiceFactory::GetForProfile(test()->verifier(),
313 HistoryServiceFactory::GetForProfileWithoutCreating
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_service_factory.cc 43 DependsOn(HistoryServiceFactory::GetInstance());
  /external/chromium_org/chrome/browser/prerender/
prerender_manager_factory.cc 49 DependsOn(HistoryServiceFactory::GetInstance());
  /external/chromium_org/chrome/browser/autocomplete/
chrome_autocomplete_provider_client.cc 70 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
77 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)
history_provider.cc 28 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.h 21 class HistoryServiceFactory;
66 friend class HistoryServiceFactory;
96 // is initialized from HistoryServiceFactory.
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder_unittest.cc 76 HistoryServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
130 factories.push_back(std::make_pair(HistoryServiceFactory::GetInstance(),
160 HistoryServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
180 HistoryServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS)
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 135 HistoryServiceFactory::GetForProfileWithoutCreating(profile_);
154 HistoryServiceFactory::GetForProfileWithoutCreating(profile_);
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 125 HistoryService* history = HistoryServiceFactory::GetForProfile(
typed_url_data_type_controller.cc 128 HistoryService* history = HistoryServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 79 HistoryServiceFactory::GetForProfile(profile_, Profile::IMPLICIT_ACCESS);
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 300 HistoryService* hs = HistoryServiceFactory::GetForProfile(
345 HistoryService* hs = HistoryServiceFactory::GetForProfile(
379 HistoryService* hs = HistoryServiceFactory::GetForProfile(
398 HistoryService* hs = HistoryServiceFactory::GetForProfile(
427 HistoryService* hs = HistoryServiceFactory::GetForProfile(
457 HistoryService* hs = HistoryServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_history.cc 91 HistoryService* history = HistoryServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 71 DependsOn(HistoryServiceFactory::GetInstance());
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_top_sites.cc 65 HistoryService* history = HistoryServiceFactory::GetForProfile(

Completed in 967 milliseconds

1 2 3 4