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