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

  /external/chromium_org/ipc/
ipc_channel_posix_unittest.cc 204 ASSERT_FALSE(channel.HasAcceptedConnection());
206 ASSERT_FALSE(channel.HasAcceptedConnection());
239 ASSERT_FALSE(channel.HasAcceptedConnection());
246 ASSERT_TRUE(channel.HasAcceptedConnection());
256 ASSERT_FALSE(channel.HasAcceptedConnection());
269 ASSERT_FALSE(channel.HasAcceptedConnection());
276 ASSERT_TRUE(channel.HasAcceptedConnection());
278 ASSERT_FALSE(channel.HasAcceptedConnection());
285 ASSERT_TRUE(channel.HasAcceptedConnection());
296 ASSERT_FALSE(channel.HasAcceptedConnection());
    [all...]
ipc_channel.h 174 bool HasAcceptedConnection() const;
ipc_channel_posix.h 66 bool HasAcceptedConnection() const;
ipc_channel_posix.cc 560 bool Channel::ChannelImpl::HasAcceptedConnection() const {
565 DCHECK(!(mode_ & MODE_SERVER) || HasAcceptedConnection());
721 if (HasAcceptedConnection()) {
    [all...]

Completed in 722 milliseconds