OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_quit
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/message_loop/
message_pump_glib.cc
171
bool
should_quit
;
member in struct:base::MessagePumpGlib::RunState
275
if (state_->
should_quit
)
288
state.
should_quit
= false;
310
if (state_->
should_quit
)
314
if (state_->
should_quit
)
319
if (state_->
should_quit
)
326
if (state_->
should_quit
)
335
state_->
should_quit
= true;
360
return state_->
should_quit
;
/external/libmojo/mojo/message_pump/
message_pump_mojo.cc
45
RunState() :
should_quit
(false) {}
49
bool
should_quit
;
member in struct:mojo::common::MessagePumpMojo::RunState
159
run_state_->
should_quit
= true;
184
if (run_state->
should_quit
)
188
if (run_state->
should_quit
)
193
if (run_state->
should_quit
)
200
if (run_state->
should_quit
)
Completed in 88 milliseconds