Lines Matching refs:MSG
37 // The message may be undefined in which case msg.message is 0
38 virtual void WillProcessMessage(const MSG& msg) = 0;
41 // The message may be undefined in which case msg.message is 0
42 virtual void DidProcessMessage(const MSG& msg) = 0;
58 virtual bool Dispatch(const MSG& msg) = 0;
73 void WillProcessMessage(const MSG& msg);
74 void DidProcessMessage(const MSG& msg);
76 // Like MessagePump::Run, but MSG objects are routed through dispatcher.
186 bool ProcessMessageHelper(const MSG& msg);