/external/chromium/chrome/browser/sync/glue/ |
history_model_worker.cc | 39 HistoryModelWorker::HistoryModelWorker(HistoryService* history_service) 40 : history_service_(history_service) {
|
history_model_worker.h | 29 explicit HistoryModelWorker(HistoryService* history_service);
|
/external/chromium/chrome/browser/ |
custom_home_pages_table_model.cc | 84 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,
|
memory_purger.cc | 112 HistoryService* history_service = local 114 if (history_service) 115 history_service->UnloadBackend();
|
browsing_data_remover.cc | 115 HistoryService* history_service = local 117 if (history_service) { 122 history_service->ExpireHistoryBetween(restrict_urls,
|
jumplist_win.cc | 628 HistoryService* history_service = local 630 history_service->QuerySegmentUsageSince(
|
/external/chromium/chrome/browser/autocomplete/ |
history_contents_provider_unittest.cc | 64 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));
|
extension_app_provider.cc | 159 HistoryService* const history_service = local 161 history::URLDatabase* url_db = history_service ? 162 history_service->InMemoryDatabase() : NULL;
|
history_provider.cc | 30 HistoryService* const history_service = local 35 if (!history_service || !selected_url.is_valid()) { 39 history_service->DeleteURL(selected_url);
|
history_quick_provider.cc | 184 HistoryService* const history_service = local 186 if (!history_service) 189 return history_service->InMemoryIndex();
|
history_url_provider.cc | 590 HistoryService* const history_service = local 592 if (!history_service) 623 history::URLDatabase* url_db = history_service->InMemoryDatabase(); 647 history_service->ScheduleAutocomplete(this, params_); [all...] |
autocomplete_edit_view_browsertest.cc | 288 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)); [all...] |
search_provider.cc | 292 HistoryService* const history_service = local 294 history::URLDatabase* url_db = history_service ? 295 history_service->InMemoryDatabase() : NULL; [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index.cc | 112 HistoryService* const history_service = profile_ ? local 115 history::URLDatabase* url_db = history_service ? 116 history_service->InMemoryDatabase() : NULL;
|
bookmark_index_unittest.cc | 237 HistoryService* const history_service = local 240 history::URLDatabase* url_db = history_service->InMemoryDatabase();
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_master.cc | 212 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_); [all...] |
visitedlink_master.h | 71 HistoryService* history_service,
|
/external/chromium/chrome/browser/history/ |
top_sites_unittest.cc | 183 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( [all...] |
history.cc | 71 explicit BackendDelegate(HistoryService* history_service) 72 : history_service_(history_service),
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.cc | 688 HistoryService* history_service = local 691 DCHECK(history_service) << "Tab " << tab_handle << "'s profile " << 693 if (history_service) { 699 redirect_query_ = history_service->QueryRedirectsFrom( [all...] |