Home
last modified time | relevance | path

Searched refs:message_port_id_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/child/
Dwebmessageportchannel_impl.cc26 message_port_id_(MSG_ROUTING_NONE), in WebMessagePortChannelImpl()
38 message_port_id_(message_port_id), in WebMessagePortChannelImpl()
55 if (message_port_id_ != MSG_ROUTING_NONE) in ~WebMessagePortChannelImpl()
56 Send(new MessagePortHostMsg_DestroyMessagePort(message_port_id_)); in ~WebMessagePortChannelImpl()
110 message_port_id_, message, message_port_ids); in postMessage()
142 DCHECK(message_port_id_ == MSG_ROUTING_NONE); in Init()
144 &route_id_, &message_port_id_)); in Init()
160 message_port_id_, channel->message_port_id())); in Entangle()
175 Send(new MessagePortHostMsg_QueueMessages(message_port_id_)); in QueueMessages()
247 message_port_id_, queued_messages)); in OnMessagesQueued()
[all …]
Dwebmessageportchannel_impl.h39 int message_port_id() const { return message_port_id_; } in message_port_id()
81 int message_port_id_; // A globally unique identifier for this message port. variable