Home
last modified time | relevance | path

Searched refs:RunState (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/message_pump/
Dmessage_pump_mojo.h75 struct RunState;
97 void DoRunLoop(RunState* run_state, Delegate* delegate);
102 bool DoInternalWork(const RunState& run_state, bool block);
104 bool DoNonMojoWork(const RunState& run_state, bool block);
109 bool WaitForReadyHandles(const RunState& run_state) const;
124 MojoDeadline GetDeadlineForWait(const RunState& run_state) const;
140 RunState* run_state_;
Dmessage_pump_mojo.cc44 struct MessagePumpMojo::RunState { struct in mojo::common::MessagePumpMojo
45 RunState() : should_quit(false) {} in RunState() function
142 RunState run_state; in Run()
143 RunState* old_state = NULL; in Run()
174 void MessagePumpMojo::DoRunLoop(RunState* run_state, Delegate* delegate) { in DoRunLoop()
205 bool MessagePumpMojo::DoInternalWork(const RunState& run_state, bool block) { in DoInternalWork()
221 bool MessagePumpMojo::DoNonMojoWork(const RunState& run_state, bool block) { in DoNonMojoWork()
245 bool MessagePumpMojo::WaitForReadyHandles(const RunState& run_state) const { in WaitForReadyHandles()
405 const RunState& run_state) const { in GetDeadlineForWait()
/external/libchrome/base/message_loop/
Dmessage_pump_glib.h50 struct RunState;
52 RunState* state_;
Dmessage_pump_glib.cc167 struct MessagePumpGlib::RunState { struct in base::MessagePumpGlib
286 RunState state; in Run()
292 RunState* previous_state = state_; in Run()