/external/chromium/chrome/browser/history/ |
D | history.cc | 69 class HistoryService::BackendDelegate : public HistoryBackend::Delegate { 71 explicit BackendDelegate(HistoryService* history_service) in BackendDelegate() 79 &HistoryService::NotifyProfileError, init_status)); in NotifyProfileError() 86 &HistoryService::SetInMemoryBackend, backend)); in SetInMemoryBackend() 101 &HistoryService::BroadcastNotifications, type, details)); in BroadcastNotifications() 106 &HistoryService::OnDBLoaded)); in DBLoaded() 111 &HistoryService::StartTopSitesMigration)); in StartTopSitesMigration() 115 scoped_refptr<HistoryService> history_service_; 120 const history::StarID HistoryService::kBookmarkBarID = 1; 125 HistoryService::HistoryService() in HistoryService() function in HistoryService [all …]
|
D | history_marshaling.h | 22 typedef CancelableRequest1<HistoryService::QueryURLCallback, 26 typedef CancelableRequest1<HistoryService::QueryHistoryCallback, 30 typedef CancelableRequest1<HistoryService::QueryRedirectsCallback, 34 typedef CancelableRequest<HistoryService::GetVisitCountToHostCallback> 37 typedef CancelableRequest1<HistoryService::QueryTopURLsAndRedirectsCallback, 42 typedef CancelableRequest1<HistoryService::QueryMostVisitedURLsCallback, 48 typedef CancelableRequest<HistoryService::ThumbnailDataCallback> 58 typedef CancelableRequest1<HistoryService::DownloadQueryCallback, 62 typedef CancelableRequest<HistoryService::DownloadCreateCallback> 67 typedef CancelableRequest<HistoryService::ExpireHistoryCallback> [all …]
|
D | history_unittest.cc | 195 bool QueryURL(HistoryService* history, const GURL& url) { in QueryURL() 203 void SaveURLAndQuit(HistoryService::Handle handle, in SaveURLAndQuit() 220 bool QueryRedirectsFrom(HistoryService* history, const GURL& url) { in QueryRedirectsFrom() 228 void OnRedirectQueryComplete(HistoryService::Handle handle, in OnRedirectQueryComplete() 252 scoped_refptr<HistoryService> history_service_; 384 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() 410 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() 453 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() 525 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() 572 scoped_refptr<HistoryService> history(new HistoryService); in TEST_F() [all …]
|
D | starred_url_database_unittest.cc | 122 ASSERT_EQ(HistoryService::kBookmarkBarID, g_entry.parent_folder_id); in TEST_F() 150 ASSERT_EQ(HistoryService::kBookmarkBarID, entry1.parent_folder_id); in TEST_F() 153 ASSERT_EQ(HistoryService::kBookmarkBarID, entry2.parent_folder_id); in TEST_F() 176 ASSERT_EQ(HistoryService::kBookmarkBarID, entry1.parent_folder_id); in TEST_F() 206 ASSERT_EQ(HistoryService::kBookmarkBarID, entry1.parent_folder_id); in TEST_F() 218 entry1.parent_folder_id = HistoryService::kBookmarkBarID; in TEST_F() 225 entry2.parent_folder_id = HistoryService::kBookmarkBarID; in TEST_F() 251 entry1.parent_folder_id = HistoryService::kBookmarkBarID; in TEST_F() 272 entry.parent_folder_id = HistoryService::kBookmarkBarID; in TEST_F()
|
D | history_browsertest.cc | 55 class HistoryEnumerator : public HistoryService::URLEnumerator { 57 explicit HistoryEnumerator(HistoryService* history) { in HistoryEnumerator() 65 NewRunnableMethod(history, &HistoryService::IterateURLs, this)); in HistoryEnumerator() 98 HistoryService* GetHistoryService() { in GetHistoryService() 116 HistoryService* history = GetHistoryService(); in WaitForHistoryBackendToRun() 120 &HistoryService::ScheduleDBTask, in WaitForHistoryBackendToRun()
|
D | history.h | 96 class HistoryService : public CancelableRequestProvider, 98 public base::RefCountedThreadSafe<HistoryService> { 108 explicit HistoryService(Profile* profile); 110 HistoryService(); 579 ~HistoryService(); 591 friend class base::RefCountedThreadSafe<HistoryService>; 872 DISALLOW_COPY_AND_ASSIGN(HistoryService);
|
D | history_querying_unittest.cc | 86 scoped_refptr<HistoryService> history_; 94 history_ = new HistoryService; in SetUp() 128 void QueryHistoryComplete(HistoryService::Handle, QueryResults* results) { in QueryHistoryComplete()
|
/external/chromium/chrome/browser/download/ |
D | download_history.cc | 29 void DownloadHistory::Load(HistoryService::DownloadQueryCallback* callback) { in Load() 31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); in Load() 45 HistoryService::DownloadCreateCallback* callback) { in AddEntry() 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()
|
D | download_history.h | 31 void Load(HistoryService::DownloadQueryCallback* callback); 36 HistoryService::DownloadCreateCallback* callback);
|
/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 | 39 HistoryService::Handle title_handle; 84 HistoryService* history_service = in Remove() 156 HistoryService* history_service = in LoadTitleAndFavicon() 172 void CustomHomePagesTableModel::OnGotTitle(HistoryService::Handle handle, in OnGotTitle()
|
D | possible_url_model.cc | 66 HistoryService* hs = in Reload() 80 void PossibleURLModel::OnHistoryQueryComplete(HistoryService::Handle h, in OnHistoryQueryComplete()
|
/external/chromium/chrome/browser/sync/glue/ |
D | history_model_worker.h | 16 class HistoryService; variable 29 explicit HistoryModelWorker(HistoryService* history_service); 51 scoped_refptr<HistoryService> history_service_;
|
D | typed_url_data_type_controller.h | 23 class HistoryService; variable 109 scoped_refptr<HistoryService> history_service_;
|
/external/chromium/chrome/browser/extensions/ |
D | extension_history_api.cc | 233 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in RunAsyncImpl() 243 HistoryService::Handle request_service, in QueryComplete() 286 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); in RunAsyncImpl() 294 HistoryService::Handle request_handle, in SearchComplete() 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()
|
D | extension_history_api.h | 104 void QueryComplete(HistoryService::Handle request_service, 116 void SearchComplete(HistoryService::Handle request_handle,
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | history_menu_bridge.h | 141 HistoryService* service(); 203 HistoryService* history_service_; // weak
|
/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() 232 void TabFinder::QueryRedirectsToComplete(HistoryService::Handle handle, in QueryRedirectsToComplete()
|
/external/chromium/chrome/browser/ui/webui/ |
D | history_ui.cc | 167 HistoryService* hs = in HandleGetHistory() 192 HistoryService* hs = in HandleSearchHistory() 229 HistoryService* hs = in HandleRemoveURLsOnOneDay() 245 HistoryService::Handle request_handle, in QueryComplete()
|
D | history2_ui.cc | 167 HistoryService* hs = in HandleGetHistory() 192 HistoryService* hs = in HandleSearchHistory() 229 HistoryService* hs = in HandleRemoveURLsOnOneDay() 245 HistoryService::Handle request_handle, in QueryComplete()
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_model.h | 112 HistoryService::Handle favicon_load_handle() const { in favicon_load_handle() 115 void set_favicon_load_handle(HistoryService::Handle handle) { in set_favicon_load_handle() 144 HistoryService::Handle favicon_load_handle_;
|
/external/chromium/chrome/browser/visitedlink/ |
D | visitedlink_master.h | 71 HistoryService* history_service, 360 HistoryService* history_service_override_;
|
/external/chromium/chrome/browser/profiles/ |
D | profile.h | 86 class HistoryService; variable 295 virtual HistoryService* GetHistoryService(ServiceAccessType access) = 0; 299 virtual HistoryService* GetHistoryServiceWithoutCreating() = 0;
|
D | profile_impl.h | 69 virtual HistoryService* GetHistoryService(ServiceAccessType sat); 70 virtual HistoryService* GetHistoryServiceWithoutCreating(); 245 scoped_refptr<HistoryService> history_service_;
|
/external/chromium/android/autofill/ |
D | profile_android.h | 89 class HistoryService; variable 160 virtual HistoryService* GetHistoryService(ServiceAccessType sat) { NOTREACHED(); return NULL; } in GetHistoryService() 161 virtual HistoryService* GetHistoryServiceWithoutCreating() { NOTREACHED(); return NULL; } in GetHistoryServiceWithoutCreating()
|