HomeSort by relevance Sort by last modified time
    Searched refs:MessageRouter (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/common/
message_router.cc 11 MessageRouter::MessageRouter() {
14 MessageRouter::~MessageRouter() {
17 bool MessageRouter::OnControlMessageReceived(const IPC::Message& msg) {
23 bool MessageRouter::Send(IPC::Message* msg) {
29 void MessageRouter::AddRoute(int32 routing_id, IPC::Listener* listener) {
33 void MessageRouter::RemoveRoute(int32 routing_id) {
37 bool MessageRouter::OnMessageReceived(const IPC::Message& msg) {
44 bool MessageRouter::RouteMessage(const IPC::Message& msg)
    [all...]
message_router.h 12 // The MessageRouter handles all incoming messages sent to it by routing them
15 // process, the MessageRouter has the notion of pending IDs for listeners that
23 // The MessageRouter supports the IPC::Sender interface for outgoing messages,
25 // MessageRouter is intended to provide that if appropriate.
27 // The MessageRouter can be used as a concrete class provided its Send method
32 class MessageRouter : public IPC::Listener, public IPC::Sender {
34 MessageRouter();
35 virtual ~MessageRouter();
59 DISALLOW_COPY_AND_ASSIGN(MessageRouter);
  /external/chromium_org/content/child/
child_thread.h 69 // See documentation on MessageRouter for AddRoute and RemoveRoute
192 MessageRouter router_;
  /external/chromium_org/content/child/npapi/
np_channel_base.h 197 MessageRouter router_;
  /external/chromium_org/content/common/gpu/
gpu_channel.h 238 MessageRouter router_;

Completed in 75 milliseconds