OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExitType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile.h
122
enum
ExitType
{
335
// Sets the
ExitType
for the profile. This may be invoked multiple times
343
virtual void SetExitType(
ExitType
exit_type) = 0;
346
virtual
ExitType
GetLastSessionExitType() = 0;
/external/chromium_org/ui/views/controls/menu/
menu_controller.h
52
enum
ExitType
{
90
// Cancels the current Run. See
ExitType
for a description of what happens
92
void Cancel(
ExitType
type);
99
ExitType
exit_type() const { return exit_type_; }
472
void SetExitType(
ExitType
type);
497
ExitType
exit_type_;
Completed in 47 milliseconds