Searched refs:ResetTabRestoreService (Results 1 - 6 of 6) sorted by relevance
/external/chromium/android/autofill/ | ||
H A D | profile_android.h | 201 virtual void ResetTabRestoreService() { NOTREACHED(); } function in class:ProfileImplAndroid |
/external/chromium/chrome/browser/profiles/ | ||
H A D | profile.h | 480 virtual void ResetTabRestoreService() = 0; |
H A D | profile_impl.h | 112 virtual void ResetTabRestoreService(); |
H A D | profile.cc | 542 virtual void ResetTabRestoreService() { function in class:OffTheRecordProfileImpl |
H A D | profile_impl.cc | 1241 void ProfileImpl::ResetTabRestoreService() { function in class:ProfileImpl |
/external/chromium/chrome/browser/ui/ | ||
H A D | browser.cc | 305 profile_->ResetTabRestoreService(); |
Completed in 331 milliseconds