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

  /external/chromium_org/mojo/system/
message_in_transit.h 47 static const Type kTypeMessagePipeEndpoint = 0;
56 // Subtypes for type |kTypeMessagePipeEndpoint|:
message_pipe.cc 99 MessageInTransit::kTypeMessagePipeEndpoint,
225 DCHECK_EQ(message->type(), MessageInTransit::kTypeMessagePipeEndpoint);
channel.cc 265 case MessageInTransit::kTypeMessagePipeEndpoint:
315 DCHECK(message_view.type() == MessageInTransit::kTypeMessagePipeEndpoint ||
message_in_transit.cc 18 MessageInTransit::kTypeMessagePipeEndpoint;
raw_channel_unittest.cc 42 new MessageInTransit(MessageInTransit::kTypeMessagePipeEndpoint,

Completed in 145 milliseconds