HomeSort by relevance Sort by last modified time
    Searched defs:exit_type (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/ui/
ui_test.cc 687 std::string exit_type; local
689 &exit_type));
690 EXPECT_EQ(ProfileImpl::kPrefExitTypeNormal, exit_type);
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 99 ExitType exit_type() const { return exit_type_; } function in class:views::MenuController
menu_controller.cc 864 ExitType exit_type = EXIT_ALL; local
873 exit_type = EXIT_OUTERMOST;
875 Cancel(exit_type);
    [all...]
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 341 Profile::ExitType exit_type = profile()->GetLastSessionExitType(); local
343 (exit_type == Profile::EXIT_CRASHED ||
344 exit_type == Profile::EXIT_SESSION_ENDED)) {
    [all...]

Completed in 983 milliseconds