Searched defs:exit_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc199 void FakeProfile::SetExitType(ExitType exit_type) { argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc184 void DispatchEscapeAndExpect(MenuController::ExitType exit_type) { argument
188 EXPECT_EQ(exit_type, controller_->exit_type());
H A Dmenu_controller.h120 ExitType exit_type() const { return exit_type_; } function in class:views::MenuController
H A Dmenu_controller.cc930 ExitType exit_type = EXIT_ALL; local
939 exit_type = EXIT_OUTERMOST;
941 Cancel(exit_type);
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc415 void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) { argument
H A Dprofile_impl.cc981 void ProfileImpl::SetExitType(ExitType exit_type) { argument
993 if (exit_type == EXIT_CRASHED || current_exit_type == EXIT_CRASHED) {
995 ExitTypeToSessionTypePrefValue(exit_type));
/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service.cc340 Profile::ExitType exit_type = profile()->GetLastSessionExitType(); local
342 (exit_type == Profile::EXIT_CRASHED ||
343 exit_type == Profile::EXIT_SESSION_ENDED)) {

Completed in 244 milliseconds