Searched refs:exit_type (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_event_dispatcher_linux.cc47 if (menu_controller_->exit_type() == MenuController::EXIT_ALL ||
48 menu_controller_->exit_type() == MenuController::EXIT_DESTROYED) {
83 if (should_quit || menu_controller_->exit_type() != MenuController::EXIT_NONE)
H A Dmenu_message_pump_dispatcher_win.cc28 if (menu_controller_->exit_type() == MenuController::EXIT_ALL ||
29 menu_controller_->exit_type() == MenuController::EXIT_DESTROYED) {
88 if (should_quit || menu_controller_->exit_type() != MenuController::EXIT_NONE)
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);
H A Dmenu_item_view.cc130 if (!controller || controller->exit_type() != MenuController::EXIT_NONE) {
138 // TODO(sky): if |canceled_| is true, controller->exit_type() should be
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc342 std::string exit_type;
343 if (!dict->GetString("profile.exit_type", &exit_type))
346 return exit_type;
H A Doff_the_record_profile_impl.h69 virtual void SetExitType(ExitType exit_type) OVERRIDE;
H A Dprofile.h350 virtual void SetExitType(ExitType exit_type) = 0;
H A Dprofile_impl.h138 virtual void SetExitType(ExitType exit_type) OVERRIDE;
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/ui/app_list/test/
H A Dfake_profile.cc199 void FakeProfile::SetExitType(ExitType exit_type) { argument
H A Dfake_profile.h97 virtual void SetExitType(ExitType exit_type) OVERRIDE;
/external/chromium_org/ash/
H A Dshell_unittest.cc174 EXPECT_EQ(views::MenuController::EXIT_NONE, menu_controller->exit_type());
191 EXPECT_NE(views::MenuController::EXIT_NONE, menu_controller->exit_type());
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h305 virtual void SetExitType(ExitType exit_type) OVERRIDE {}
/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 1638 milliseconds