OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exit_type
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/ui/
ui_test.cc
688
std::string
exit_type
;
local
690
&
exit_type
));
691
EXPECT_EQ(ProfileImpl::kPrefExitTypeNormal,
exit_type
);
/external/chromium_org/ui/views/controls/menu/
menu_controller.h
99
ExitType
exit_type
() const { return exit_type_; }
function in class:views::MenuController
menu_controller.cc
926
ExitType
exit_type
= EXIT_ALL;
local
935
exit_type
= EXIT_OUTERMOST;
937
Cancel(
exit_type
);
[
all
...]
/external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc
341
Profile::ExitType
exit_type
= profile()->GetLastSessionExitType();
local
343
(
exit_type
== Profile::EXIT_CRASHED ||
344
exit_type
== Profile::EXIT_SESSION_ENDED)) {
[
all
...]
Completed in 322 milliseconds