HomeSort by relevance Sort by last modified time
    Searched full:endpoints_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/system/
message_pipe.cc 20 endpoints_[0].reset(endpoint_0.release());
21 endpoints_[1].reset(endpoint_1.release());
25 endpoints_[0].reset(new LocalMessagePipeEndpoint());
26 endpoints_[1].reset(new LocalMessagePipeEndpoint());
39 DCHECK(endpoints_[port].get());
40 endpoints_[port]->CancelAllWaiters();
49 DCHECK(endpoints_[port].get());
51 endpoints_[port]->Close();
52 bool should_destroy_destination = endpoints_[destination_port].get() ?
53 !endpoints_[destination_port]->OnPeerClose() : false
    [all...]
message_pipe.h 89 scoped_ptr<MessagePipeEndpoint> endpoints_[2]; member in class:mojo::system::MessagePipe
  /external/chromium_org/jingle/glue/
fake_socket_factory.cc 142 endpoints_.find(to);
143 if (it == endpoints_.end()) {
154 endpoints_[socket_factory->endpoint()] = socket_factory;
160 endpoints_.erase(socket_factory->endpoint());
fake_socket_factory.h 90 std::map<net::IPEndPoint, FakeUDPPacketSocket*> endpoints_; member in class:jingle_glue::FakeSocketManager

Completed in 62 milliseconds