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

  /external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.cc 17 ProxyMessagePipeEndpoint::ProxyMessagePipeEndpoint(
22 ProxyMessagePipeEndpoint::~ProxyMessagePipeEndpoint() {
26 MessagePipeEndpoint::Type ProxyMessagePipeEndpoint::GetType() const {
30 bool ProxyMessagePipeEndpoint::OnPeerClose() {
37 void ProxyMessagePipeEndpoint::EnqueueMessage(
proxy_message_pipe_endpoint.h 21 // A |ProxyMessagePipeEndpoint| is an endpoint which delegates everything to a
23 // |MessagePipeEndpoint|, a |ProxyMessagePipeEndpoint| is owned by a
28 // |ProxyMessagePipeEndpoint|, with only the local endpoint being accessible via
30 class MOJO_SYSTEM_IMPL_EXPORT ProxyMessagePipeEndpoint
33 explicit ProxyMessagePipeEndpoint(ChannelEndpoint* channel_endpoint);
34 virtual ~ProxyMessagePipeEndpoint();
44 DISALLOW_COPY_AND_ASSIGN(ProxyMessagePipeEndpoint);

Completed in 38 milliseconds