Lines Matching refs:MsgLoop
13 class MsgLoop {15 MsgLoop();16 ~MsgLoop();32 // Gets the MsgLoop for the thread from which it's called, or nullptr if33 // there's no MsgLoop for the current thread.34 static MsgLoop* Current();42 MsgLoop(const MsgLoop&) = delete;43 MsgLoop& operator=(const MsgLoop&) = delete;