Home
last modified time | relevance | path

Searched refs:GetHistoryServiceWithoutCreating (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dtyped_url_data_type_controller.cc82 HistoryService* history = profile_->GetHistoryServiceWithoutCreating(); in Start()
102 history_service_ = profile_->GetHistoryServiceWithoutCreating(); in Observe()
/external/chromium/chrome/browser/
Dmemory_purger.cc113 profiles[i]->GetHistoryServiceWithoutCreating(); in PurgeBrowser()
/external/chromium/chrome/browser/profiles/
Dprofile.cc330 virtual HistoryService* GetHistoryServiceWithoutCreating() { in GetHistoryServiceWithoutCreating() function in OffTheRecordProfileImpl
331 return profile_->GetHistoryServiceWithoutCreating(); in GetHistoryServiceWithoutCreating()
Dprofile.h292 virtual HistoryService* GetHistoryServiceWithoutCreating() = 0;
Dprofile_impl.h70 virtual HistoryService* GetHistoryServiceWithoutCreating();
Dprofile_impl.cc999 HistoryService* ProfileImpl::GetHistoryServiceWithoutCreating() { in GetHistoryServiceWithoutCreating() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h161 virtual HistoryService* GetHistoryServiceWithoutCreating() { NOTREACHED(); return NULL; } in GetHistoryServiceWithoutCreating() function
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_typed_url_unittest.cc178 EXPECT_CALL(profile_, GetHistoryServiceWithoutCreating()). in StartSyncService()
/external/chromium/chrome/browser/history/
Dtop_sites.cc176 HistoryService* history = profile_->GetHistoryServiceWithoutCreating(); in Init()