Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile.h206 virtual void DestroyOffTheRecordProfile() = 0;
Dprofile_impl.h51 virtual void DestroyOffTheRecordProfile();
Dprofile.cc224 virtual void DestroyOffTheRecordProfile() { in DestroyOffTheRecordProfile() function in OffTheRecordProfileImpl
Dprofile_impl.cc689 void ProfileImpl::DestroyOffTheRecordProfile() { in DestroyOffTheRecordProfile() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h142 virtual void DestroyOffTheRecordProfile() { NOTREACHED(); } in DestroyOffTheRecordProfile() function
/external/chromium/chrome/browser/ui/
Dbrowser.cc329 profile_->GetOriginalProfile()->DestroyOffTheRecordProfile(); in ~Browser()