Searched refs:history_service (Results 26 - 48 of 48) sorted by relevance

12

/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/autocomplete/
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);
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(
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.cc336 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
338 if (history_service) {
339 history_service->GetVisibleVisitCountToHost(
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar.cc90 HistoryService* history_service = local
92 if (history_service) {
94 new HistoryModelWorker(history_service->AsWeakPtr(), this);
/external/chromium_org/chrome/browser/history/
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 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 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
/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/safe_browsing/
H A Dsafe_browsing_blocking_page.cc195 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
198 if (history_service) {
199 history_service->GetVisibleVisitCountToHost(
H A Dmalware_details_unittest.cc12 #include "chrome/browser/history/history_service.h"
218 HistoryService* history_service() { function in class:MalwareDetailsTest
313 history_service()->AddPage(
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.cc188 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
190 if (history_service) {
191 history_service->GetVisibleVisitCountToHost(
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.cc18 #include "chrome/browser/history/history_service.h"
151 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
154 history_service->AddPage(
156 history_service->SetPageTitle(history_url, base::UTF8ToUTF16(page_title));
H A Dhistory_ui.cc556 HistoryService* history_service = local
623 history_service->ProcessLocalDeleteDirective(delete_directive);
626 history_service->ExpireHistory(
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.h17 #include "chrome/browser/history/history_service.h"
146 // Blocks until the |history_service|'s history finishes loading.
147 void WaitForHistoryToLoad(HistoryService* history_service);
H A Dui_test_utils.cc367 void WaitForHistoryToLoad(HistoryService* history_service) { argument
371 if (!history_service->BackendLoaded())
/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/sync/test/integration/
H A Dbookmarks_helper.cc271 HistoryService* history_service = local
275 history_service->ScheduleDBTask(
/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/ui/omnibox/
H A Domnibox_view_browsertest.cc16 #include "chrome/browser/history/history_service.h"
280 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
282 ASSERT_TRUE(history_service);
284 if (!history_service->BackendLoaded()) {
299 history_service->AddPageWithDetails(url, base::UTF8ToUTF16(entry.title),

Completed in 314 milliseconds

12