OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shutdown_type_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
browser_shutdown.cc
67
ShutdownType
shutdown_type_
= NOT_VALID;
member in namespace:browser_shutdown
82
return
shutdown_type_
;
86
if (
shutdown_type_
!= NOT_VALID)
89
shutdown_type_
= type;
153
if (
shutdown_type_
> NOT_VALID && shutdown_num_processes_ > 0) {
156
prefs->SetInteger(prefs::kShutdownType,
shutdown_type_
);
195
shutdown_type_
!= browser_shutdown::END_SESSION) {
243
if (
shutdown_type_
> NOT_VALID && shutdown_num_processes_ > 0) {
/external/chromium_org/chrome/browser/
browser_shutdown.cc
72
ShutdownType
shutdown_type_
= NOT_VALID;
member in namespace:browser_shutdown
85
return
shutdown_type_
;
89
if (
shutdown_type_
!= NOT_VALID)
98
shutdown_type_
= type;
144
if (
shutdown_type_
> NOT_VALID && shutdown_num_processes_ > 0) {
147
prefs->SetInteger(prefs::kShutdownType,
shutdown_type_
);
201
shutdown_type_
!= browser_shutdown::END_SESSION) {
243
if (
shutdown_type_
> NOT_VALID && shutdown_num_processes_ > 0) {
/external/chromium_org/chrome/test/automation/
proxy_launcher.h
131
shutdown_type_
= value;
178
ShutdownType
shutdown_type_
;
member in class:ProxyLauncher
proxy_launcher.cc
118
shutdown_type_
(WINDOW_CLOSE),
252
if (SESSION_ENDING ==
shutdown_type_
) {
259
if (WINDOW_CLOSE ==
shutdown_type_
) {
288
} else if (USER_QUIT ==
shutdown_type_
) {
296
NOTREACHED() << "Invalid shutdown type " <<
shutdown_type_
;
Completed in 79 milliseconds