Home
last modified time | relevance | path

Searched refs:GetWebDataServiceWithoutCreating (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Dmemory_purger.cc119 profiles[i]->GetWebDataServiceWithoutCreating(); in PurgeBrowser()
/external/chromium/chrome/browser/profiles/
Dprofile.cc354 virtual WebDataService* GetWebDataServiceWithoutCreating() { in GetWebDataServiceWithoutCreating() function in OffTheRecordProfileImpl
355 return profile_->GetWebDataServiceWithoutCreating(); in GetWebDataServiceWithoutCreating()
Dprofile.h316 virtual WebDataService* GetWebDataServiceWithoutCreating() = 0;
Dprofile_impl.h73 virtual WebDataService* GetWebDataServiceWithoutCreating();
Dprofile_impl.cc1027 WebDataService* ProfileImpl::GetWebDataServiceWithoutCreating() { in GetWebDataServiceWithoutCreating() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h164 virtual WebDataService* GetWebDataServiceWithoutCreating() { NOTREACHED(); return NULL; } in GetWebDataServiceWithoutCreating() function