Home | History | Annotate | Download | only in common

Lines Matching refs:Message

13 // to the correct listener.  Routing is based on the Message's routing ID.
18 // When a message arrives, the routing ID is used to index the set of routes to
19 // find a listener. If a listener is found, then the message is passed to it.
20 // Otherwise, the message is ignored if its routing ID is not equal to
38 virtual bool OnControlMessageReceived(const IPC::Message& msg);
41 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
44 // true if the message was dispatched, or false if there was no listener for
46 virtual bool RouteMessage(const IPC::Message& msg);
49 virtual bool Send(IPC::Message* msg) OVERRIDE;
51 // Called to add a listener for a particular message routing ID.
55 // Called to remove a listener for a particular message routing ID.