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.cc 31 MessageInTransit::kTypeMessagePipeEndpoint;
message_in_transit.h 23 static const Type kTypeMessagePipeEndpoint = 0;
30 // Subtypes for type |kTypeMessagePipeEndpoint|:
channel.cc 134 case MessageInTransit::kTypeMessagePipeEndpoint:
155 DCHECK(message.type() == MessageInTransit::kTypeMessagePipeEndpoint ||
message_pipe.cc 73 MessageInTransit::kTypeMessagePipeEndpoint,
128 DCHECK_EQ(message->type(), MessageInTransit::kTypeMessagePipeEndpoint);
raw_channel_posix_unittest.cc 48 MessageInTransit::kTypeMessagePipeEndpoint,

Completed in 28 milliseconds