OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_batch_mode_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
utility_process_host.cc
25
is_batch_mode_
(false) {
29
DCHECK(!
is_batch_mode_
);
105
CHECK(!
is_batch_mode_
);
106
is_batch_mode_
= StartProcess(FilePath());
108
return
is_batch_mode_
;
112
CHECK(
is_batch_mode_
);
113
is_batch_mode_
= false;
122
if (
is_batch_mode_
)
utility_process_host.h
189
bool
is_batch_mode_
;
member in class:UtilityProcessHost
/external/chromium_org/content/browser/
utility_process_host_impl.cc
73
is_batch_mode_
(false),
86
if (
is_batch_mode_
)
98
CHECK(!
is_batch_mode_
);
99
is_batch_mode_
= StartProcess();
101
return
is_batch_mode_
;
105
CHECK(
is_batch_mode_
);
106
is_batch_mode_
= false;
139
if (
is_batch_mode_
)
utility_process_host_impl.h
64
bool
is_batch_mode_
;
member in class:content::UtilityProcessHostImpl
Completed in 832 milliseconds