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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile.h119 enum ExitType { enum in class:Profile
342 // Sets the ExitType for the profile. This may be invoked multiple times
350 virtual void SetExitType(ExitType exit_type) = 0;
353 virtual ExitType GetLastSessionExitType() = 0;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h62 enum ExitType { enum in class:views::MenuController
111 // Cancels the current Run. See ExitType for a description of what happens
113 void Cancel(ExitType type);
120 ExitType exit_type() const { return exit_type_; }
502 void SetExitType(ExitType type);
530 ExitType exit_type_;

Completed in 787 milliseconds