Searched refs:GetLastSessionExitType (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h70 virtual ExitType GetLastSessionExitType() OVERRIDE;
H A Doff_the_record_profile_impl.cc436 Profile::ExitType OffTheRecordProfileImpl::GetLastSessionExitType() { function in class:OffTheRecordProfileImpl
437 return profile_->GetLastSessionExitType();
H A Dprofile.h353 virtual ExitType GetLastSessionExitType() = 0;
H A Dprofile_impl.h139 virtual ExitType GetLastSessionExitType() OVERRIDE;
H A Dprofile_impl.cc623 if (GetLastSessionExitType() == Profile::EXIT_CRASHED ||
1003 Profile::ExitType ProfileImpl::GetLastSessionExitType() { function in class:ProfileImpl
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc202 Profile::ExitType FakeProfile::GetLastSessionExitType() { function in class:FakeProfile
H A Dfake_profile.h98 virtual ExitType GetLastSessionExitType() OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabrestore.cc34 return browser->profile()->GetLastSessionExitType() == Profile::EXIT_CRASHED ?
/external/chromium_org/chrome/browser/extensions/
H A Dsettings_api_bubble_controller.cc305 return profile_->GetLastSessionExitType() != Profile::EXIT_CRASHED;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h306 virtual ExitType GetLastSessionExitType() OVERRIDE;
H A Dtesting_profile.cc943 Profile::ExitType TestingProfile::GetLastSessionExitType() { function in class:TestingProfile
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc728 return profile->GetLastSessionExitType() == Profile::EXIT_CRASHED &&
H A Dstartup_browser_creator_impl.cc609 if (profile_->GetLastSessionExitType() == Profile::EXIT_CRASHED &&
/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service.cc340 Profile::ExitType exit_type = profile()->GetLastSessionExitType();

Completed in 184 milliseconds