Lines Matching full:history_service
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_);