Searched refs:last_session_exit_type_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.h256 ExitType last_session_exit_type_; member in class:ProfileImpl
H A Dprofile_impl.cc397 last_session_exit_type_(EXIT_NORMAL),
938 last_session_exit_type_ =
942 last_session_exit_type_ =
1007 return last_session_exit_type_;
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_browsertest.cc938 static_cast<ProfileImpl*>(profile_home)->last_session_exit_type_ =
940 static_cast<ProfileImpl*>(profile_last)->last_session_exit_type_ =
942 static_cast<ProfileImpl*>(profile_urls)->last_session_exit_type_ =

Completed in 1515 milliseconds