/external/chromium/chrome/browser/download/ |
D | download_history.cc | 31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in Load() 56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in AddEntry() 75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in UpdateEntry() 91 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in UpdateDownloadPath() 102 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in RemoveEntry() 110 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in RemoveEntriesBetween()
|
/external/chromium/chrome/browser/history/ |
D | history_browsertest.cc | 98 HistoryService* GetHistoryService() { in GetHistoryService() function in __anon67d5e4740111::HistoryBrowserTest 99 return GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in GetHistoryService() 103 HistoryEnumerator enumerator(GetHistoryService()); in GetHistoryContents() 116 HistoryService* history = GetHistoryService(); in WaitForHistoryBackendToRun() 136 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS)); in IN_PROC_BROWSER_TEST_F() 137 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::IMPLICIT_ACCESS)); in IN_PROC_BROWSER_TEST_F() 159 EXPECT_TRUE(GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS)); in IN_PROC_BROWSER_TEST_F() 160 EXPECT_FALSE(GetProfile()->GetHistoryService(Profile::IMPLICIT_ACCESS)); in IN_PROC_BROWSER_TEST_F()
|
D | top_sites.cc | 287 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)->ScheduleDBTask( in MigrateFromHistory() 499 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in StartQueryForMostVisited() 929 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in OnHistoryMigrationWrittenToDisk() 968 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in OnGotMostVisitedThumbnails()
|
/external/chromium/chrome/browser/ |
D | favicon_service.cc | 23 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in GetFavicon() 39 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in UpdateFaviconMappingAndFetch() 60 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in GetFaviconForURL() 70 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in SetFaviconOutOfDateForPage() 77 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in SetImportedFavicons() 86 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in SetFavicon()
|
D | custom_home_pages_table_model.cc | 85 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in Remove() 157 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in LoadTitleAndFavicon()
|
D | possible_url_model.cc | 67 profile->GetHistoryService(Profile::EXPLICIT_ACCESS); in Reload()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_history_api.cc | 233 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in RunAsyncImpl() 286 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in RunAsyncImpl() 320 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in RunImpl() 338 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in RunImpl() 359 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in RunAsyncImpl() 376 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in RunAsyncImpl()
|
/external/chromium/chrome/browser/profiles/ |
D | profile_manager_unittest.cc | 149 EXPECT_TRUE(profile1->GetHistoryService(Profile::EXPLICIT_ACCESS)); in TEST_F() 152 EXPECT_TRUE(profile2->GetHistoryService(Profile::EXPLICIT_ACCESS)); in TEST_F()
|
D | profile.cc | 322 virtual HistoryService* GetHistoryService(ServiceAccessType sat) { in GetHistoryService() function in OffTheRecordProfileImpl 324 return profile_->GetHistoryService(sat); in GetHistoryService()
|
D | profile.h | 295 virtual HistoryService* GetHistoryService(ServiceAccessType access) = 0;
|
/external/chromium/chrome/browser/ui/webui/ |
D | history_ui.cc | 168 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in HandleGetHistory() 193 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in HandleSearchHistory() 230 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in HandleRemoveURLsOnOneDay()
|
D | history2_ui.cc | 168 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in HandleGetHistory() 193 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in HandleSearchHistory() 230 web_ui_->GetProfile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in HandleRemoveURLsOnOneDay()
|
/external/chromium/chrome/browser/tabs/ |
D | tab_finder.cc | 201 HistoryService* history = tab_contents->profile()->GetHistoryService( in CancelRequestsFor() 220 HistoryService* history =tab->profile()->GetHistoryService( in FetchRedirectStart()
|
/external/chromium/chrome/browser/autocomplete/ |
D | history_contents_provider.cc | 73 !(profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) || in Start() 136 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in Start()
|
D | extension_app_provider_unittest.cc | 42 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in SetUp()
|
D | history_provider.cc | 31 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in DeleteMatch()
|
D | search_provider_unittest.cc | 120 profile_.GetHistoryService(Profile::EXPLICIT_ACCESS); in SetUp() 461 profile_.GetHistoryService(Profile::EXPLICIT_ACCESS); in TEST_F()
|
D | extension_app_provider.cc | 160 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in CalculateRelevance()
|
D | history_quick_provider.cc | 185 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in GetIndex()
|
D | history_contents_provider_unittest.cc | 65 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in SetUp()
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_storage.cc | 165 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in MigrateFromHistory()
|
D | bookmark_index.cc | 113 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) : NULL; in SortMatches()
|
D | bookmark_html_writer_unittest.cc | 194 profile.GetHistoryService(Profile::EXPLICIT_ACCESS)->AddPage(url1, in TEST_F()
|
/external/chromium/chrome/browser/sync/ |
D | test_profile_sync_service.cc | 142 EXPECT_CALL(*profile, GetHistoryService(testing::_)). in SetHistoryServiceExpectations()
|
/external/chromium/chrome/browser/ui/tab_contents/ |
D | tab_contents_wrapper.cc | 278 HistoryService* hs = p->GetHistoryService(Profile::IMPLICIT_ACCESS); in OnPageContents()
|