Home | History | Annotate | Download | only in base

Lines Matching refs:history_service

34 #include "chrome/browser/history/history_service.h"
384 HistoryService* history_service = static_cast<HistoryService*>(
387 if (!history_service->Init(this->GetPath(),
398 HistoryService* history_service =
400 if (!history_service)
403 history_service->NotifyRenderProcessHostDestruction(0);
404 history_service->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure());
405 history_service->Cleanup();
458 HistoryService* history_service =
460 if (history_service) {
461 history_service->history_backend_->bookmark_service_ = bookmark_service;
462 history_service->history_backend_->expirer_.bookmark_service_ =
480 HistoryService* history_service =
482 DCHECK(history_service);
483 history::InMemoryURLIndex* index = history_service->InMemoryIndex();
753 HistoryService* history_service =
755 DCHECK(history_service);
759 history_service->ScheduleDBTask(new QuittingHistoryDBTask(), &consumer);