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

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/history/
history_marshaling.h 25 typedef CancelableRequest1<HistoryService::QueryURLCallback,
29 typedef CancelableRequest1<HistoryService::QueryHistoryCallback,
33 typedef CancelableRequest1<HistoryService::QueryRedirectsCallback,
37 typedef CancelableRequest<HistoryService::GetVisibleVisitCountToHostCallback>
40 typedef CancelableRequest1<HistoryService::QueryTopURLsAndRedirectsCallback,
45 typedef CancelableRequest1<HistoryService::QueryMostVisitedURLsCallback,
49 typedef CancelableRequest1<HistoryService::QueryFilteredURLsCallback,
55 typedef CancelableRequest<HistoryService::ThumbnailDataCallback>
60 typedef CancelableRequest1<HistoryService::SegmentQueryCallback,
67 CancelableRequest1<HistoryService::GetMostRecentKeywordSearchTermsCallback
    [all...]
history_service_factory.h 12 class HistoryService;
14 // Singleton that owns all HistoryService and associates them with
18 static HistoryService* GetForProfile(
21 static HistoryService* GetForProfileIfExists(
24 static HistoryService* GetForProfileWithoutCreating(
history_service_factory.cc 16 HistoryService* HistoryServiceFactory::GetForProfile(
23 return static_cast<HistoryService*>(
28 HistoryService*
36 return static_cast<HistoryService*>(
41 HistoryService*
43 return static_cast<HistoryService*>(
60 "HistoryService", BrowserContextDependencyManager::GetInstance()) {
71 HistoryService* history_service = new HistoryService(profile);
history_service.cc 7 // represented by HistoryBackend. The HistoryService's job is to dispatch to
12 // HistoryService <----------------> HistoryBackend
125 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
128 const base::WeakPtr<HistoryService>& history_service,
141 base::Bind(&HistoryService::NotifyProfileError, history_service_,
151 base::Bind(&HistoryService::SetInMemoryBackend, history_service_,
167 base::Bind(&HistoryService::BroadcastNotificationsHelper,
174 base::Bind(&HistoryService::OnDBLoaded, history_service_,
181 base::Bind(&HistoryService::StartTopSitesMigration,
189 base::Bind(&HistoryService::NotifyVisitDBObserversOnAddVisit
    [all...]
delete_directive_handler.h 19 class HistoryService;
32 void Start(HistoryService* history_service,
49 // interfaces, e.g. HistoryService::ExpireHistoryBetween(), to delete
56 HistoryService* history_service,
history_tab_helper.h 15 class HistoryService;
66 HistoryService* GetHistoryService();
history_tab_helper.cc 47 HistoryService* hs = GetHistoryService();
53 HistoryService* hs = GetHistoryService();
169 HistoryService* hs = GetHistoryService();
176 HistoryService* HistoryTabHelper::GetHistoryService() {
197 HistoryService* hs =
  /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;
  /external/chromium_org/chrome/browser/sync/glue/
history_model_worker.h 19 class HistoryService;
28 const base::WeakPtr<HistoryService>& history_service,
46 const base::WeakPtr<HistoryService> history_service_;
typed_url_data_type_controller.h 16 class HistoryService;
  /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_org/chrome/browser/history/android/
android_history_provider_service.cc 31 HistoryService* hs =
34 hs->Schedule(HistoryService::PRIORITY_NORMAL,
52 HistoryService* hs =
55 hs->Schedule(HistoryService::PRIORITY_NORMAL,
72 HistoryService* hs =
75 hs->Schedule(HistoryService::PRIORITY_NORMAL,
91 HistoryService* hs =
94 hs->Schedule(HistoryService::PRIORITY_NORMAL,
110 HistoryService* hs =
113 hs->Schedule(HistoryService::PRIORITY_NORMAL
    [all...]
  /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,
  /external/chromium_org/chrome/browser/download/
download_history.h 30 // Caller must guarantee that HistoryService outlives HistoryAdapter.
33 explicit HistoryAdapter(HistoryService* history);
37 const HistoryService::DownloadQueryCallback& callback);
41 const HistoryService::DownloadCreateCallback& callback);
48 HistoryService* history_;
  /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,
  /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_org/chrome/browser/favicon/
favicon_service_factory.cc 49 HistoryService* history_service = HistoryServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 144 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
152 // Creates a URLRow in the specified HistoryService with the passed transition
154 void AddToHistory(HistoryService* service,
171 history::URLRows GetTypedUrlsFromHistoryService(HistoryService* service) {
181 bool GetUrlFromHistoryService(HistoryService* service,
192 history::VisitVector GetVisitsFromHistoryService(HistoryService* service,
203 void RemoveVisitsFromHistoryService(HistoryService* service,
219 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
225 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
231 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating
    [all...]

Completed in 453 milliseconds

1 2 3 4 5 6 7 8