Home
last modified time | relevance | path

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

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