HomeSort by relevance Sort by last modified time
    Searched refs:history_service (Results 51 - 68 of 68) sorted by null

1 23

  /external/chromium_org/chrome/browser/favicon/
favicon_service.cc 11 #include "chrome/browser/history/history_service.h"
50 FaviconService::FaviconService(HistoryService* history_service)
51 : history_service_(history_service) {
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 21 #include "chrome/browser/history/history_service.h"
643 HistoryService* const history_service = local
645 if (!history_service)
680 history::URLDatabase* url_db = history_service->InMemoryDatabase();
705 history_service->ScheduleAutocomplete(this, params_);
    [all...]
search_provider.cc 28 #include "chrome/browser/history/history_service.h"
634 HistoryService* const history_service = local
636 history::URLDatabase* url_db = history_service ?
637 history_service->InMemoryDatabase() : NULL;
    [all...]
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 17 #include "chrome/browser/history/history_service.h"
153 // Blocks until the |history_service|'s history finishes loading.
154 void WaitForHistoryToLoad(HistoryService* history_service);
ui_test_utils.cc 384 void WaitForHistoryToLoad(HistoryService* history_service) {
388 if (!history_service->BackendLoaded())
  /external/chromium/chrome/browser/autocomplete/
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_org/chrome/browser/predictors/
resource_prefetch_predictor.cc 21 #include "chrome/browser/history/history_service.h"
583 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
585 DCHECK(history_service);
586 history_service->ScheduleDBTask(
721 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
723 if (!history_service) {
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 71 explicit BackendDelegate(HistoryService* history_service)
72 : history_service_(history_service),
  /external/chromium/chrome/browser/
jumplist_win.cc 628 HistoryService* history_service = local
630 history_service->QuerySegmentUsageSince(
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 24 #include "chrome/browser/history/history_service.h"
259 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
261 if (history_service) {
268 history_service->ExpireLocalAndRemoteHistoryBetween(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 539 HistoryService* history_service = local
605 history_service->ProcessLocalDeleteDirective(delete_directive);
608 history_service->ExpireHistory(
    [all...]
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 19 #include "chrome/browser/history/history_service.h"
1097 HistoryService* history_service = local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc 12 #include "chrome/browser/history/history_service.h"
218 HistoryService* history_service() { function in class:MalwareDetailsTest
313 history_service()->AddPage(
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 259 HistoryService* history_service = local
263 history_service->ScheduleDBTask(new HistoryEmptyTask(&done),
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_browsertest.cc 20 #include "chrome/browser/history/history_service.h"
300 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
302 ASSERT_TRUE(history_service);
304 if (!history_service->BackendLoaded()) {
319 history_service->AddPageWithDetails(url, UTF8ToUTF16(entry.title),
    [all...]
  /external/chromium_org/chrome/browser/history/
history_service.cc 21 #include "chrome/browser/history/history_service.h"
128 const base::WeakPtr<HistoryService>& history_service,
131 : history_service_(history_service),
    [all...]
  /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...]

Completed in 475 milliseconds

1 23