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

  /external/chromium_org/mojo/system/
channel.h 118 struct EndpointInfo {
132 EndpointInfo();
133 EndpointInfo(scoped_refptr<MessagePipe> message_pipe, unsigned port);
134 ~EndpointInfo();
183 // |EndpointInfo|) and then the lock released.
189 typedef base::hash_map<MessageInTransit::EndpointId, EndpointInfo>
channel.cc 28 Channel::EndpointInfo::EndpointInfo()
33 Channel::EndpointInfo::EndpointInfo(scoped_refptr<MessagePipe> message_pipe,
40 Channel::EndpointInfo::~EndpointInfo() {
89 if (it->second.state == EndpointInfo::STATE_NORMAL) {
122 // we should be able to delete |EndpointInfo|'s default constructor.
123 local_id_to_endpoint_info_map_[local_id] = EndpointInfo(message_pipe, port);
141 DCHECK_EQ(it->second.state, EndpointInfo::STATE_NORMAL)
    [all...]

Completed in 979 milliseconds