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_pipe.cc 78 MessageInTransit::kTypeMessagePipeEndpoint,
212 DCHECK_EQ(message->type(), MessageInTransit::kTypeMessagePipeEndpoint);
message_in_transit.h 46 static const Type kTypeMessagePipeEndpoint = 0;
55 // Subtypes for type |kTypeMessagePipeEndpoint|:
channel.cc 280 case MessageInTransit::kTypeMessagePipeEndpoint:
314 DCHECK(message_view.type() == MessageInTransit::kTypeMessagePipeEndpoint ||
message_in_transit.cc 18 MessageInTransit::kTypeMessagePipeEndpoint;
raw_channel_unittest.cc 41 new MessageInTransit(MessageInTransit::kTypeMessagePipeEndpoint,

Completed in 407 milliseconds