Searched refs:history_service (Results 1 - 25 of 48) sorted by path

12

/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc12 #include "chrome/browser/history/history_service.h"
69 HistoryService* history_service = local
71 return history_service ? history_service->InMemoryDatabase() : NULL;
H A Dhistory_provider.cc12 #include "chrome/browser/history/history_service.h"
27 HistoryService* const history_service = local
33 DCHECK(history_service);
35 history_service->DeleteURL(match.destination_url);
H A Dhistory_quick_provider.cc23 #include "chrome/browser/history/history_service.h"
117 HistoryService* const history_service = local
125 if (history_service) {
126 history::URLDatabase* url_db = history_service->InMemoryDatabase();
294 HistoryService* const history_service = local
296 if (!history_service)
299 return history_service->InMemoryIndex();
H A Dhistory_url_provider.cc21 #include "chrome/browser/history/history_service.h"
532 HistoryService* const history_service = local
534 if (!history_service)
560 history::URLDatabase* url_db = history_service->InMemoryDatabase();
583 history_service->ScheduleAutocomplete(
H A Dshortcuts_provider.cc24 #include "chrome/browser/history/history_service.h"
114 HistoryService* const history_service = local
116 DCHECK(history_service);
117 history_service->DeleteURL(url);
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client.cc13 #include "chrome/browser/history/history_service.h"
195 void ChromeBookmarkClient::SetHistoryService(HistoryService* history_service) { argument
196 DCHECK(history_service);
197 history_service_ = history_service;
H A Dchrome_bookmark_client.h67 void SetHistoryService(HistoryService* history_service);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc24 #include "chrome/browser/history/history_service.h"
283 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
285 if (history_service) {
292 history_service->ExpireLocalAndRemoteHistoryBetween(
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc12 #include "chrome/browser/history/history_service.h"
223 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
225 if (history_service) {
226 entry->task_id = history_service->QueryURL(
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner.cc15 #include "chrome/browser/history/history_service.h"
594 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
597 if (history_service && download_->GetReferrerUrl().is_valid()) {
598 history_service->GetVisibleVisitCountToHost(
H A Ddownload_target_determiner_unittest.cc20 #include "chrome/browser/history/history_service.h"
1088 HistoryService* history_service = local
1090 ASSERT_TRUE(history_service);
1091 history_service->AddPage(url, time_of_visit, history::SOURCE_BROWSED);
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.cc13 #include "chrome/browser/history/history_service.h"
294 HistoryService* history_service,
301 history_service->ScheduleDBTask(
381 HistoryService* history_service,
412 history_service->ScheduleDBTask(
293 Start( HistoryService* history_service, const syncer::SyncDataList& initial_sync_data, scoped_ptr<syncer::SyncChangeProcessor> sync_processor) argument
380 ProcessSyncChanges( HistoryService* history_service, const syncer::SyncChangeList& change_list) argument
H A Ddelete_directive_handler.h32 void Start(HistoryService* history_service,
56 HistoryService* history_service,
H A Dhistory_service.cc19 #include "chrome/browser/history/history_service.h"
136 const base::WeakPtr<HistoryService>& history_service,
139 : history_service_(history_service),
135 BackendDelegate( const base::WeakPtr<HistoryService>& history_service, const scoped_refptr<base::SequencedTaskRunner>& service_task_runner, Profile* profile) argument
H A Dhistory_service_factory.cc13 #include "chrome/browser/history/history_service.h"
75 scoped_ptr<HistoryService> history_service(new HistoryService(
77 if (!history_service->Init(profile->GetPath()))
80 ->SetHistoryService(history_service.get());
81 return history_service.release();
H A Dredirect_browsertest.cc21 #include "chrome/browser/history/history_service.h"
41 HistoryService* history_service = local
49 history_service->QueryRedirectsFrom(
H A Dtop_sites_impl_unittest.cc227 history_service()->ScheduleDBTask(
246 HistoryService* history_service() { function in class:history::TopSitesImplTest
282 history_service()->AddPage(
292 history_service()->AddPage(
296 history_service()->SetPageTitle(url, title);
304 history_service()->AddPage(
308 history_service()->SetPageTitle(url, title);
313 history_service()->DeleteURL(url);
H A Durl_index_private_data.cc24 #include "chrome/browser/history/history_service.h"
280 HistoryService* history_service,
298 history_service,
317 ScheduleUpdateRecentVisits(history_service, row_id, tracker);
365 HistoryService* history_service,
368 history_service->ScheduleDBTask(
688 HistoryService* history_service,
738 DCHECK(history_service);
739 ScheduleUpdateRecentVisits(history_service, row_id, tracker);
279 UpdateURL( HistoryService* history_service, const URLRow& row, const std::string& languages, const std::set<std::string>& scheme_whitelist, base::CancelableTaskTracker* tracker) argument
364 ScheduleUpdateRecentVisits( HistoryService* history_service, URLID url_id, base::CancelableTaskTracker* tracker) argument
686 IndexRow( HistoryDatabase* history_db, HistoryService* history_service, const URLRow& row, const std::string& languages, const std::set<std::string>& scheme_whitelist, base::CancelableTaskTracker* tracker) argument
H A Durl_index_private_data.h14 #include "chrome/browser/history/history_service.h"
83 // |history_service| is used to schedule an update to the recent visits
85 bool UpdateURL(HistoryService* history_service,
97 // Using |history_service| schedules an update (using the historyDB
101 void ScheduleUpdateRecentVisits(HistoryService* history_service,
254 // this function uses |history_service| to schedule a task on the
258 HistoryService* history_service,
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer_unittest.cc12 #include "chrome/browser/history/history_service.h"
94 HistoryService* history_service = local
99 history_service->QueryHistory(
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor.cc20 #include "chrome/browser/history/history_service.h"
83 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
85 if (history_service)
86 history_service->InMemoryDatabase();
479 HistoryService* history_service = local
481 if (!TryDeleteOldEntries(history_service)) {
H A Dautocomplete_action_predictor_unittest.cc15 #include "chrome/browser/history/history_service.h"
192 HistoryService* history_service = local
195 ASSERT_TRUE(history_service);
197 history::URLDatabase* url_db = history_service->InMemoryDatabase();
H A Dresource_prefetch_predictor.cc21 #include "chrome/browser/history/history_service.h"
557 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
559 DCHECK(history_service);
560 history_service->ScheduleDBTask(
696 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
698 if (!history_service) {
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc1357 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
1359 if (history_service) {
1360 history_service->QueryURL(
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc16 #include "chrome/browser/history/history_service.h"
105 HistoryService* history_service() { function in class:safe_browsing::BrowserFeatureExtractorTest
257 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
260 history_service()->AddPage(GURL("https://www.foo.com/gaa.html"),
263 history_service()->AddPage(GURL("http://www.foo.com/gaa.html"),
266 history_service()->AddPage(GURL("http://bar.foo.com/gaa.html"),
269 history_service()->AddPage(GURL("http://www.foo.com/bar.html?a=b"),
274 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
279 history_service()->AddPage(GURL("https://www.foo.com/goo.html"),
326 history_service()
[all...]

Completed in 2511 milliseconds

12