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

  /external/chromium_org/chrome/browser/profiles/
profile.h 121 enum ExitType {
354 // Sets the ExitType for the profile. This may be invoked multiple times
362 virtual void SetExitType(ExitType exit_type) = 0;
365 virtual ExitType GetLastSessionExitType() = 0;
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 60 enum ExitType {
102 // Cancels the current Run. See ExitType for a description of what happens
104 void Cancel(ExitType type);
111 ExitType exit_type() const { return exit_type_; }
481 void SetExitType(ExitType type);
509 ExitType exit_type_;

Completed in 677 milliseconds