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

1 2 3

  /external/chromium/chrome/browser/history/
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...]
history.cc 7 // represented by HistoryBackend. The HistoryService's job is to dispatch to
12 // HistoryService <----------------> HistoryBackend
69 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
71 explicit BackendDelegate(HistoryService* history_service)
79 &HistoryService::NotifyProfileError, init_status));
86 &HistoryService::SetInMemoryBackend, backend));
101 &HistoryService::BroadcastNotifications, type, details));
106 &HistoryService::OnDBLoaded));
111 &HistoryService::StartTopSitesMigration));
115 scoped_refptr<HistoryService> history_service_
    [all...]
starred_url_database_unittest.cc 122 ASSERT_EQ(HistoryService::kBookmarkBarID, g_entry.parent_folder_id);
150 ASSERT_EQ(HistoryService::kBookmarkBarID, entry1.parent_folder_id);
153 ASSERT_EQ(HistoryService::kBookmarkBarID, entry2.parent_folder_id);
176 ASSERT_EQ(HistoryService::kBookmarkBarID, entry1.parent_folder_id);
206 ASSERT_EQ(HistoryService::kBookmarkBarID, entry1.parent_folder_id);
218 entry1.parent_folder_id = HistoryService::kBookmarkBarID;
225 entry2.parent_folder_id = HistoryService::kBookmarkBarID;
251 entry1.parent_folder_id = HistoryService::kBookmarkBarID;
272 entry.parent_folder_id = HistoryService::kBookmarkBarID;
history_browsertest.cc 55 class HistoryEnumerator : public HistoryService::URLEnumerator {
57 explicit HistoryEnumerator(HistoryService* history) {
65 NewRunnableMethod(history, &HistoryService::IterateURLs, this));
98 HistoryService* GetHistoryService() {
116 HistoryService* history = GetHistoryService();
120 &HistoryService::ScheduleDBTask,
history_unittest.cc 13 // access it directly without a HistoryService object. This is much simpler
84 // Delegate class for when we create a backend without a HistoryService.
195 bool QueryURL(HistoryService* history, const GURL& url) {
202 // Callback for HistoryService::QueryURL.
203 void SaveURLAndQuit(HistoryService::Handle handle,
220 bool QueryRedirectsFrom(HistoryService* history, const GURL& url) {
228 void OnRedirectQueryComplete(HistoryService::Handle handle,
252 scoped_refptr<HistoryService> history_service_;
384 scoped_refptr<HistoryService> history(new HistoryService);
    [all...]
history.h 66 // thread. HistoryDBTask is scheduled using HistoryService::ScheduleDBTask.
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>;
    [all...]
  /external/chromium/chrome/browser/sync/glue/
history_model_worker.h 16 class HistoryService;
29 explicit HistoryModelWorker(HistoryService* history_service);
51 scoped_refptr<HistoryService> history_service_;
history_model_worker.cc 39 HistoryModelWorker::HistoryModelWorker(HistoryService* history_service)
typed_url_data_type_controller.h 23 class HistoryService;
109 scoped_refptr<HistoryService> history_service_;
  /external/chromium/chrome/browser/download/
download_history.cc 29 void DownloadHistory::Load(HistoryService::DownloadQueryCallback* callback) {
31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
45 HistoryService::DownloadCreateCallback* callback) {
56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
91 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
102 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
110 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
download_history.h 20 // Interacts with the HistoryService on behalf of the download subsystem.
31 void Load(HistoryService::DownloadQueryCallback* callback);
36 HistoryService::DownloadCreateCallback* callback);
  /external/chromium/chrome/browser/
favicon_service.cc 23 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
39 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
60 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
70 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
77 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
86 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
possible_url_model.h 33 void OnHistoryQueryComplete(HistoryService::Handle h,
custom_home_pages_table_model.cc 39 HistoryService::Handle title_handle;
84 HistoryService* history_service =
156 HistoryService* history_service =
172 void CustomHomePagesTableModel::OnGotTitle(HistoryService::Handle handle,
custom_home_pages_table_model.h 66 void OnGotTitle(HistoryService::Handle handle,
page_info_model.h 94 void OnGotVisitCountToHost(HistoryService::Handle handle,
jumplist_win.h 90 // * Retrieving "Most Visited" pages from HistoryService;
117 // HistoryService. When the query finishes successfully, HistoryService call
146 // This function just sends a query to HistoryService.
149 // A callback function for HistoryService that notify when the "Most Visited"
156 // A callback function for HistoryService that notify when a requested favicon
162 void OnFaviconDataAvailable(HistoryService::Handle handle,
166 // Our consumers for HistoryService.
memory_purger.cc 112 HistoryService* history_service =
  /external/chromium/chrome/browser/extensions/
extension_history_api.h 88 // The consumer for the HistoryService callbacks.
104 void QueryComplete(HistoryService::Handle request_service,
116 void SearchComplete(HistoryService::Handle request_handle,
extension_history_api.cc 233 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
243 HistoryService::Handle request_service,
286 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
294 HistoryService::Handle request_handle,
320 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
338 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
359 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
376 HistoryService* hs = profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.h 19 // . HistoryService: this provides results for matches in the body/title of
36 void QueryComplete(HistoryService::Handle handle,
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 38 // HistoryService and the TabRestoreService, and then updates the NSMenu when
141 HistoryService* service();
172 // Callback method for when HistoryService query results are ready with the
203 HistoryService* history_service_; // weak
  /external/chromium/chrome/browser/ui/webui/
history2_ui.h 64 void QueryComplete(HistoryService::Handle request_handle,
history_ui.h 60 void QueryComplete(HistoryService::Handle request_handle,
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 71 HistoryService* history_service,
360 HistoryService* history_service_override_;

Completed in 1258 milliseconds

1 2 3