Searched defs:ExitType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile.h121 enum ExitType { enum in class:Profile
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/
H A Dmenu_controller.h60 enum ExitType { enum in class:views::MenuController
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 125 milliseconds