OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_broker_process
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/mojo/core/embedder/
configuration.h
23
bool
is_broker_process
= false;
member in struct:mojo::core::Configuration
/external/libchrome/mojo/core/
node_controller.cc
206
DCHECK(!GetConfiguration().
is_broker_process
);
456
if (GetConfiguration().
is_broker_process
)
582
if (!GetConfiguration().
is_broker_process
&& broker) {
596
if (!GetConfiguration().
is_broker_process
) {
883
DCHECK(!GetConfiguration().
is_broker_process
);
[
all
...]
Completed in 3885 milliseconds