Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile.cc497 virtual bool DidLastSessionExitCleanly() { in DidLastSessionExitCleanly() function in OffTheRecordProfileImpl
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