/external/chromium_org/chrome/browser/history/ |
D | history_service.cc | 84 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 …]
|
D | history_service_factory.cc | 20 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()
|
D | history_service_factory.h | 12 class HistoryService; variable 18 static HistoryService* GetForProfile( 21 static HistoryService* GetForProfileIfExists( 24 static HistoryService* GetForProfileWithoutCreating(
|
D | delete_directive_handler.h | 19 class HistoryService; variable 32 void Start(HistoryService* history_service, 56 HistoryService* history_service,
|
D | history_tab_helper.cc | 42 HistoryService* hs = GetHistoryService(); in UpdateHistoryForNavigation() 48 HistoryService* hs = GetHistoryService(); in UpdateHistoryPageTitle() 135 HistoryService* HistoryTabHelper::GetHistoryService() { in GetHistoryService() 152 HistoryService* hs = in WebContentsDestroyed()
|
D | history_tab_helper.h | 13 class HistoryService; variable 57 HistoryService* GetHistoryService();
|
D | history_service.h | 86 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);
|
D | in_memory_url_index.cc | 210 HistoryService* service = in OnURLVisited() 221 HistoryService* service = in OnURLsModified() 300 HistoryService* service = in OnCacheLoadDone() 314 HistoryService* service = in ScheduleRebuildFromHistory()
|
D | url_index_private_data.h | 85 bool UpdateURL(HistoryService* history_service, 101 void ScheduleUpdateRecentVisits(HistoryService* history_service, 258 HistoryService* history_service,
|
/external/chromium_org/chrome/browser/history/android/ |
D | android_history_provider_service.cc | 29 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/ |
D | typed_urls_helper.cc | 145 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/ |
D | history_model_worker.h | 19 class HistoryService; variable 28 const base::WeakPtr<HistoryService>& history_service, 46 const base::WeakPtr<HistoryService> history_service_;
|
D | history_model_worker.cc | 67 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/ |
D | download_history.h | 33 explicit HistoryAdapter(HistoryService* history); 37 const HistoryService::DownloadQueryCallback& callback); 41 const HistoryService::DownloadCreateCallback& callback); 48 HistoryService* history_;
|
/external/chromium_org/chrome/browser/search_engines/ |
D | chrome_template_url_service_client.cc | 42 HistoryService* history_service = in DeleteAllSearchTermsForKeyword() 52 HistoryService* history_service = in SetKeywordSearchTermsForURL() 59 HistoryService* history_service = in AddKeywordGeneratedVisit()
|
/external/chromium_org/chrome/browser/bookmarks/ |
D | chrome_bookmark_client.h | 20 class HistoryService; variable 67 void SetHistoryService(HistoryService* history_service); 97 HistoryService* history_service_;
|
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/ |
D | last_download_finder.h | 19 class HistoryService; variable 71 HistoryService* history_service);
|
D | last_download_finder_unittest.cc | 52 HistoryService* history_service = new HistoryService( in BuildHistoryService() 75 HistoryService* history_service = in CreateProfileWithDownload() 159 HistoryService* history_service = in AddDownload()
|
D | last_download_finder.cc | 156 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/ |
D | history_api.cc | 300 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/ |
D | browser_feature_extractor.h | 32 class HistoryService; variable 175 bool GetHistoryService(HistoryService** history);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | history_menu_bridge.h | 148 HistoryService* service(); 209 HistoryService* history_service_; // weak
|
/external/chromium_org/chrome/browser/predictors/ |
D | autocomplete_action_predictor.h | 25 class HistoryService; variable 188 bool TryDeleteOldEntries(HistoryService* service);
|
/external/chromium_org/chrome/browser/favicon/ |
D | favicon_service.h | 20 class HistoryService; variable 216 HistoryService* history_service_;
|
/external/chromium_org/chrome/browser/prerender/ |
D | prerender_local_predictor.h | 21 class HistoryService; variable 174 HistoryService* GetHistoryIfExists() const;
|