Searched refs:HistoryService (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/chrome/browser/history/
H A Dhistory_service_factory.cc20 HistoryService* HistoryServiceFactory::GetForProfile(
27 return static_cast<HistoryService*>(
32 HistoryService*
40 return static_cast<HistoryService*>(
45 HistoryService*
47 return static_cast<HistoryService*>(
64 "HistoryService", BrowserContextDependencyManager::GetInstance()) {
75 scoped_ptr<HistoryService> history_service(new HistoryService(
H A Dhistory_service_factory.h12 class HistoryService;
14 // Singleton that owns all HistoryService and associates them with
18 static HistoryService* GetForProfile(
21 static HistoryService* GetForProfileIfExists(
24 static HistoryService* GetForProfileWithoutCreating(
H A Dhistory_service.cc7 // represented by HistoryBackend. The HistoryService's job is to dispatch to
12 // HistoryService <----------------> HistoryBackend
84 void RunWithQueryURLResult(const HistoryService::QueryURLCallback& callback,
90 const HistoryService::GetVisibleVisitCountToHostCallback& callback,
133 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
136 const base::WeakPtr<HistoryService>& history_service,
148 base::Bind(&HistoryService::NotifyProfileError, history_service_,
157 base::Bind(&HistoryService::SetInMemoryBackend, history_service_,
166 &HistoryService::NotifyFaviconChanged, history_service_, urls));
181 base::Bind(&HistoryService
208 HistoryService::HistoryService() function in class:HistoryService
217 HistoryService::HistoryService(history::HistoryClient* client, Profile* profile) function in class:HistoryService
[all...]
H A Ddelete_directive_handler.h19 class HistoryService;
32 void Start(HistoryService* history_service,
49 // interfaces, e.g. HistoryService::ExpireHistoryBetween(), to delete
56 HistoryService* history_service,
H A Dhistory_tab_helper.cc42 HistoryService* hs = GetHistoryService();
48 HistoryService* hs = GetHistoryService();
135 HistoryService* HistoryTabHelper::GetHistoryService() {
152 HistoryService* hs =
H A Dhistory_tab_helper.h13 class HistoryService;
57 HistoryService* GetHistoryService();
H A Dhistory_service.h86 class HistoryService : public content::NotificationObserver, class in inherits:content::NotificationObserver,syncer::SyncableService,KeyedService,visitedlink::VisitedLinkDelegate
95 // must be valid for the whole lifetime of |HistoryService|.
96 explicit HistoryService(history::HistoryClient* client, Profile* profile);
98 HistoryService();
100 virtual ~HistoryService();
450 // returned Subscription is destroyed. This must occurs before HistoryService
502 base::WeakPtr<HistoryService> AsWeakPtr();
531 friend class base::RefCountedThreadSafe<HistoryService>;
853 // outlive |HistoryService|.
884 base::WeakPtrFactory<HistoryService> weak_ptr_factory
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dhistory_model_worker.h19 class HistoryService;
28 const base::WeakPtr<HistoryService>& history_service,
46 const base::WeakPtr<HistoryService> history_service_;
H A Dtyped_url_data_type_controller.h16 class HistoryService;
H A Dhistory_model_worker.cc67 void PostWorkerTask(const base::WeakPtr<HistoryService>& history_service,
85 const base::WeakPtr<HistoryService>& history_service,
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.cc29 HistoryService* hs =
57 HistoryService* hs =
83 HistoryService* hs =
107 HistoryService* hs =
131 HistoryService* hs =
157 HistoryService* hs =
179 HistoryService* hs =
182 hs->ScheduleAndForget(HistoryService::PRIORITY_NORMAL,
194 HistoryService* hs =
218 HistoryService* h
[all...]
/external/chromium_org/chrome/browser/search_engines/
H A Dchrome_template_url_service_client.cc42 HistoryService* history_service =
52 HistoryService* history_service =
59 HistoryService* history_service =
H A Dchrome_template_url_service_client.h12 class HistoryService;
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.h30 // 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_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.h19 class HistoryService;
71 HistoryService* history_service);
77 // HistoryService::DownloadQueryCallback. Retrieves the most recent completed
109 // A factory for asynchronous operations on profiles' HistoryService.
H A Dlast_download_finder_unittest.cc38 // HistoryService for a TestingProfile.
52 HistoryService* history_service = new HistoryService(
75 HistoryService* history_service =
159 HistoryService* history_service =
170 // This is needed because HistoryService::QueryDownloads uses PostTaskAndReply
176 // giant comment in HistoryService::Cleanup explaining where the backend's
247 // A HistoryService::DownloadCreateCallback that asserts that the download was
254 // A HistoryService::DownloadCreateCallback that asserts that the download was
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client.h20 class HistoryService;
67 void SetHistoryService(HistoryService* history_service);
94 // HistoryService associated to the Profile. Due to circular dependency, this
97 HistoryService* history_service_;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtyped_urls_helper.cc145 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
155 // Creates a URLRow in the specified HistoryService with the passed transition
157 void AddToHistory(HistoryService* service,
174 history::URLRows GetTypedUrlsFromHistoryService(HistoryService* service) {
186 bool GetUrlFromHistoryService(HistoryService* service,
199 history::VisitVector GetVisitsFromHistoryService(HistoryService* service,
212 void RemoveVisitsFromHistoryService(HistoryService* service,
230 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
236 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating(
242 HistoryService* servic
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.h32 class HistoryService;
140 // HistoryService callback which is called when we're done querying URL visits
148 // HistoryService callback which is called when we're done querying HTTP host
156 // HistoryService callback which is called when we're done querying HTTPS host
175 bool GetHistoryService(HistoryService** history);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_menu_bridge.h39 // HistoryService and the TabRestoreService, and then updates the NSMenu when
148 HistoryService* service();
179 // Callback method for when HistoryService query results are ready with the
209 HistoryService* history_service_; // weak
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.h18 class HistoryService;
/external/chromium_org/chrome/browser/sync/sessions/
H A Dnotification_service_sessions_router.h17 class HistoryService;
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_service.h20 class HistoryService;
114 // See HistoryService::GetLargestFaviconForPageURL().
216 HistoryService* history_service_;
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor.h25 class HistoryService;
188 bool TryDeleteOldEntries(HistoryService* service);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_local_predictor.h21 class HistoryService;
174 HistoryService* GetHistoryIfExists() const;

Completed in 1034 milliseconds

12345