Searched refs:GetHistoryServiceWithoutCreating (Results 1 – 9 of 9) sorted by relevance
82 HistoryService* history = profile_->GetHistoryServiceWithoutCreating(); in Start()102 history_service_ = profile_->GetHistoryServiceWithoutCreating(); in Observe()
113 profiles[i]->GetHistoryServiceWithoutCreating(); in PurgeBrowser()
330 virtual HistoryService* GetHistoryServiceWithoutCreating() { in GetHistoryServiceWithoutCreating() function in OffTheRecordProfileImpl331 return profile_->GetHistoryServiceWithoutCreating(); in GetHistoryServiceWithoutCreating()
292 virtual HistoryService* GetHistoryServiceWithoutCreating() = 0;
70 virtual HistoryService* GetHistoryServiceWithoutCreating();
999 HistoryService* ProfileImpl::GetHistoryServiceWithoutCreating() { in GetHistoryServiceWithoutCreating() function in ProfileImpl
161 virtual HistoryService* GetHistoryServiceWithoutCreating() { NOTREACHED(); return NULL; } in GetHistoryServiceWithoutCreating() function
178 EXPECT_CALL(profile_, GetHistoryServiceWithoutCreating()). in StartSyncService()
176 HistoryService* history = profile_->GetHistoryServiceWithoutCreating(); in Init()