Searched refs:history_service (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dhistory_model_worker.cc39 HistoryModelWorker::HistoryModelWorker(HistoryService* history_service) argument
40 : history_service_(history_service) {
H A Dhistory_model_worker.h29 explicit HistoryModelWorker(HistoryService* history_service);
/external/chromium/chrome/browser/
H A Dmemory_purger.cc112 HistoryService* history_service = local
114 if (history_service)
115 history_service->UnloadBackend();
H A Dcustom_home_pages_table_model.cc84 HistoryService* history_service = local
86 if (history_service)
87 history_service->CancelRequest(entry->title_handle);
156 HistoryService* history_service = local
158 if (history_service) {
159 entry->title_handle = history_service->QueryURL(entry->url, false,
H A Dbrowsing_data_remover.cc115 HistoryService* history_service = local
117 if (history_service) {
122 history_service->ExpireHistoryBetween(restrict_urls,
H A Djumplist_win.cc628 HistoryService* history_service = local
630 history_service->QuerySegmentUsageSince(
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider.cc30 HistoryService* const history_service = local
35 if (!history_service || !selected_url.is_valid()) {
39 history_service->DeleteURL(selected_url);
H A Dhistory_contents_provider_unittest.cc64 HistoryService* history_service = local
78 history_service->AddPage(url, t, id_scope, i, GURL(),
81 history_service->SetPageTitle(url, UTF8ToUTF16(test_entries[i].title));
82 history_service->SetPageContents(url, UTF8ToUTF16(test_entries[i].body));
H A Dextension_app_provider.cc159 HistoryService* const history_service = local
161 history::URLDatabase* url_db = history_service ?
162 history_service->InMemoryDatabase() : NULL;
H A Dhistory_quick_provider.cc184 HistoryService* const history_service = local
186 if (!history_service)
189 return history_service->InMemoryIndex();
H A Dhistory_url_provider.cc590 HistoryService* const history_service = local
592 if (!history_service)
623 history::URLDatabase* url_db = history_service->InMemoryDatabase();
647 history_service->ScheduleAutocomplete(this, params_);
H A Dautocomplete_edit_view_browsertest.cc288 HistoryService* history_service = local
290 ASSERT_TRUE(history_service);
292 if (!history_service->BackendLoaded()) {
312 history_service->AddPageWithDetails(url, UTF8ToUTF16(entry.title),
316 history_service->SetPageContents(url, UTF8ToUTF16(entry.body));
H A Dsearch_provider.cc292 HistoryService* const history_service = local
294 history::URLDatabase* url_db = history_service ?
295 history_service->InMemoryDatabase() : NULL;
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc212 HistoryService* history_service,
220 history_service_override_ = history_service;
832 HistoryService* history_service = history_service_override_;
833 if (!history_service && profile_) {
834 history_service = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
837 if (!history_service) {
849 history_service->IterateURLs(table_builder_);
211 VisitedLinkMaster(Listener* listener, HistoryService* history_service, bool suppress_rebuild, const FilePath& filename, int32 default_table_size) argument
H A Dvisitedlink_master.h71 HistoryService* history_service,
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.cc112 HistoryService* const history_service = profile_ ? local
115 history::URLDatabase* url_db = history_service ?
116 history_service->InMemoryDatabase() : NULL;
H A Dbookmark_index_unittest.cc237 HistoryService* const history_service = local
240 history::URLDatabase* url_db = history_service->InMemoryDatabase();
/external/chromium/chrome/browser/history/
H A Dtop_sites_unittest.cc183 history_service()->ScheduleDBTask(new WaitForHistoryTask(), &consumer_);
199 HistoryService* history_service() { function in class:history::TopSitesTest
234 history_service()->AddPage(
243 history_service()->AddPage(
246 history_service()->SetPageTitle(url, title);
254 history_service()->AddPage(
257 history_service()->SetPageTitle(url, title);
262 history_service()->DeleteURL(url);
896 history_service()->ExpireHistoryBetween(
H A Dhistory.cc71 explicit BackendDelegate(HistoryService* history_service) argument
72 : history_service_(history_service),
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc688 HistoryService* history_service = local
691 DCHECK(history_service) << "Tab " << tab_handle << "'s profile " <<
693 if (history_service) {
699 redirect_query_ = history_service->QueryRedirectsFrom(

Completed in 234 milliseconds