Lines Matching refs:MessageLoop
26 // Helper class to Run a nested MessageLoop. Please do not use nested
28 // calling MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
30 // a nested MessageLoop.
39 // Run the current MessageLoop. This blocks until Quit is called. Before
41 // stop the MessageLoop asynchronously. MessageLoop::Quit and QuitNow will
45 // Run the current MessageLoop until it doesn't find any tasks or messages in
53 // the same task queue (MessageLoop); Quitting one RunLoop has no bearing on
74 friend class MessageLoop;
76 // Android doesn't support the blocking MessageLoop::Run, so it calls
82 // iOS doesn't support the blocking MessageLoop::Run, so it calls
91 MessageLoop* loop_;
107 // Used to record that QuitWhenIdle() was called on the MessageLoop, meaning