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

  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 340 Profile::ExitType exit_type = profile()->GetLastSessionExitType(); local
342 (exit_type == Profile::EXIT_CRASHED ||
343 exit_type == Profile::EXIT_SESSION_ENDED)) {
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 120 ExitType exit_type() const { return exit_type_; } function in class:views::MenuController
menu_controller.cc 930 ExitType exit_type = EXIT_ALL; local
939 exit_type = EXIT_OUTERMOST;
941 Cancel(exit_type);
    [all...]

Completed in 3258 milliseconds