HomeSort by relevance Sort by last modified time
    Searched refs:DidLastSessionExitCleanly (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/profiles/
profile.cc 497 virtual bool DidLastSessionExitCleanly() {
498 return profile_->DidLastSessionExitCleanly();
profile.h 443 virtual bool DidLastSessionExitCleanly() = 0;
profile_impl.h 106 virtual bool DidLastSessionExitCleanly();
profile_impl.cc     [all...]
  /external/chromium/android/autofill/
profile_android.h 196 virtual bool DidLastSessionExitCleanly() { NOTREACHED(); return true; }
  /external/chromium/chrome/browser/ui/
browser_init.cc 898 if (!profile_->DidLastSessionExitCleanly() &&
    [all...]
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 424 !profile()->DidLastSessionExitCleanly() &&
    [all...]

Completed in 274 milliseconds