Searched defs:DidLastSessionExitCleanly (Results 1 - 3 of 3) sorted by relevance

/external/chromium/android/autofill/
H A Dprofile_android.h196 virtual bool DidLastSessionExitCleanly() { NOTREACHED(); return true; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc497 virtual bool DidLastSessionExitCleanly() { function in class:OffTheRecordProfileImpl
498 return profile_->DidLastSessionExitCleanly();
H A Dprofile_impl.cc1193 bool ProfileImpl::DidLastSessionExitCleanly() { function in class:ProfileImpl

Completed in 111 milliseconds