Home
last modified time | relevance | path

Searched refs:DidLastSessionExitCleanly (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile.cc497 virtual bool DidLastSessionExitCleanly() { in DidLastSessionExitCleanly() function in OffTheRecordProfileImpl
498 return profile_->DidLastSessionExitCleanly(); in DidLastSessionExitCleanly()
Dprofile.h443 virtual bool DidLastSessionExitCleanly() = 0;
Dprofile_impl.h106 virtual bool DidLastSessionExitCleanly();
Dprofile_impl.cc1193 bool ProfileImpl::DidLastSessionExitCleanly() { in DidLastSessionExitCleanly() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h196 virtual bool DidLastSessionExitCleanly() { NOTREACHED(); return true; } in DidLastSessionExitCleanly() function
/external/chromium/chrome/browser/ui/
Dbrowser_init.cc898 if (!profile_->DidLastSessionExitCleanly() && in ProcessStartupURLs()
1046 if (!profile_->DidLastSessionExitCleanly() && in AddCrashedInfoBarIfNecessary()
/external/chromium/chrome/browser/sessions/
Dtab_restore_service.cc424 !profile()->DidLastSessionExitCleanly() && in LoadTabsFromLastSession()