Home
last modified time | relevance | path

Searched refs:HistoryService (Results 1 – 25 of 103) sorted by relevance

12345

/external/chromium_org/chrome/browser/history/
Dhistory_service.cc84 void RunWithQueryURLResult(const HistoryService::QueryURLCallback& callback, in RunWithQueryURLResult()
90 const HistoryService::GetVisibleVisitCountToHostCallback& callback, in RunWithVisibleVisitCountToHostResult()
133 class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
136 const base::WeakPtr<HistoryService>& history_service, in BackendDelegate()
148 base::Bind(&HistoryService::NotifyProfileError, history_service_, in NotifyProfileError()
157 base::Bind(&HistoryService::SetInMemoryBackend, history_service_, in SetInMemoryBackend()
166 &HistoryService::NotifyFaviconChanged, history_service_, urls)); in NotifyFaviconChanged()
181 base::Bind(&HistoryService::BroadcastNotificationsHelper, in BroadcastNotifications()
188 base::Bind(&HistoryService::OnDBLoaded, history_service_)); in DBLoaded()
195 base::Bind(&HistoryService::NotifyVisitDBObserversOnAddVisit, in NotifyVisitDBObserversOnAddVisit()
[all …]
Dhistory_service_factory.cc20 HistoryService* HistoryServiceFactory::GetForProfile( in GetForProfile()
27 return static_cast<HistoryService*>( in GetForProfile()
32 HistoryService*
40 return static_cast<HistoryService*>( in GetForProfileIfExists()
45 HistoryService*
47 return static_cast<HistoryService*>( in GetForProfileWithoutCreating()
75 scoped_ptr<HistoryService> history_service(new HistoryService( in BuildServiceInstanceFor()
Dhistory_service_factory.h12 class HistoryService; variable
18 static HistoryService* GetForProfile(
21 static HistoryService* GetForProfileIfExists(
24 static HistoryService* GetForProfileWithoutCreating(
Ddelete_directive_handler.h19 class HistoryService; variable
32 void Start(HistoryService* history_service,
56 HistoryService* history_service,
Dhistory_tab_helper.cc42 HistoryService* hs = GetHistoryService(); in UpdateHistoryForNavigation()
48 HistoryService* hs = GetHistoryService(); in UpdateHistoryPageTitle()
135 HistoryService* HistoryTabHelper::GetHistoryService() { in GetHistoryService()
152 HistoryService* hs = in WebContentsDestroyed()
Dhistory_tab_helper.h13 class HistoryService; variable
57 HistoryService* GetHistoryService();
Dhistory_service.h86 class HistoryService : public content::NotificationObserver,
96 explicit HistoryService(history::HistoryClient* client, Profile* profile);
98 HistoryService();
100 virtual ~HistoryService();
502 base::WeakPtr<HistoryService> AsWeakPtr();
531 friend class base::RefCountedThreadSafe<HistoryService>;
884 base::WeakPtrFactory<HistoryService> weak_ptr_factory_;
886 DISALLOW_COPY_AND_ASSIGN(HistoryService);
Din_memory_url_index.cc210 HistoryService* service = in OnURLVisited()
221 HistoryService* service = in OnURLsModified()
300 HistoryService* service = in OnCacheLoadDone()
314 HistoryService* service = in ScheduleRebuildFromHistory()
Durl_index_private_data.h85 bool UpdateURL(HistoryService* history_service,
101 void ScheduleUpdateRecentVisits(HistoryService* history_service,
258 HistoryService* history_service,
/external/chromium_org/chrome/browser/history/android/
Dandroid_history_provider_service.cc29 HistoryService* hs = in QueryHistoryAndBookmarks()
57 HistoryService* hs = in UpdateHistoryAndBookmarks()
83 HistoryService* hs = in DeleteHistoryAndBookmarks()
107 HistoryService* hs = in InsertHistoryAndBookmark()
131 HistoryService* hs = in DeleteHistory()
157 HistoryService* hs = in MoveStatement()
179 HistoryService* hs = in CloseStatement()
182 hs->ScheduleAndForget(HistoryService::PRIORITY_NORMAL, in CloseStatement()
194 HistoryService* hs = in InsertSearchTerm()
218 HistoryService* hs = in UpdateSearchTerms()
[all …]
/external/chromium_org/chrome/browser/sync/test/integration/
Dtyped_urls_helper.cc145 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( in WaitForHistoryDBThread()
157 void AddToHistory(HistoryService* service, in AddToHistory()
174 history::URLRows GetTypedUrlsFromHistoryService(HistoryService* service) { in GetTypedUrlsFromHistoryService()
186 bool GetUrlFromHistoryService(HistoryService* service, in GetUrlFromHistoryService()
199 history::VisitVector GetVisitsFromHistoryService(HistoryService* service, in GetVisitsFromHistoryService()
212 void RemoveVisitsFromHistoryService(HistoryService* service, in RemoveVisitsFromHistoryService()
230 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( in GetTypedUrlsFromClient()
236 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( in GetUrlFromClient()
242 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( in GetVisitsFromClient()
248 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( in RemoveVisitsFromClient()
[all …]
/external/chromium_org/chrome/browser/sync/glue/
Dhistory_model_worker.h19 class HistoryService; variable
28 const base::WeakPtr<HistoryService>& history_service,
46 const base::WeakPtr<HistoryService> history_service_;
Dhistory_model_worker.cc67 void PostWorkerTask(const base::WeakPtr<HistoryService>& history_service, in PostWorkerTask()
85 const base::WeakPtr<HistoryService>& history_service, in HistoryModelWorker()
/external/chromium_org/chrome/browser/download/
Ddownload_history.h33 explicit HistoryAdapter(HistoryService* history);
37 const HistoryService::DownloadQueryCallback& callback);
41 const HistoryService::DownloadCreateCallback& callback);
48 HistoryService* history_;
/external/chromium_org/chrome/browser/search_engines/
Dchrome_template_url_service_client.cc42 HistoryService* history_service = in DeleteAllSearchTermsForKeyword()
52 HistoryService* history_service = in SetKeywordSearchTermsForURL()
59 HistoryService* history_service = in AddKeywordGeneratedVisit()
/external/chromium_org/chrome/browser/bookmarks/
Dchrome_bookmark_client.h20 class HistoryService; variable
67 void SetHistoryService(HistoryService* history_service);
97 HistoryService* history_service_;
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dlast_download_finder.h19 class HistoryService; variable
71 HistoryService* history_service);
Dlast_download_finder_unittest.cc52 HistoryService* history_service = new HistoryService( in BuildHistoryService()
75 HistoryService* history_service = in CreateProfileWithDownload()
159 HistoryService* history_service = in AddDownload()
Dlast_download_finder.cc156 HistoryService* history_service = in SearchInProfile()
173 HistoryService* history_service) { in OnProfileHistoryLoaded()
247 content::Details<HistoryService>(details).ptr()); in Observe()
/external/chromium_org/chrome/browser/extensions/api/history/
Dhistory_api.cc300 HistoryService* hs = HistoryServiceFactory::GetForProfile( in RunAsyncImpl()
345 HistoryService* hs = HistoryServiceFactory::GetForProfile( in RunAsyncImpl()
379 HistoryService* hs = HistoryServiceFactory::GetForProfile( in RunAsync()
398 HistoryService* hs = HistoryServiceFactory::GetForProfile( in RunAsync()
427 HistoryService* hs = HistoryServiceFactory::GetForProfile( in RunAsyncImpl()
457 HistoryService* hs = HistoryServiceFactory::GetForProfile( in RunAsyncImpl()
/external/chromium_org/chrome/browser/safe_browsing/
Dbrowser_feature_extractor.h32 class HistoryService; variable
175 bool GetHistoryService(HistoryService** history);
/external/chromium_org/chrome/browser/ui/cocoa/
Dhistory_menu_bridge.h148 HistoryService* service();
209 HistoryService* history_service_; // weak
/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor.h25 class HistoryService; variable
188 bool TryDeleteOldEntries(HistoryService* service);
/external/chromium_org/chrome/browser/favicon/
Dfavicon_service.h20 class HistoryService; variable
216 HistoryService* history_service_;
/external/chromium_org/chrome/browser/prerender/
Dprerender_local_predictor.h21 class HistoryService; variable
174 HistoryService* GetHistoryIfExists() const;

12345