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

  /external/chromium_org/ipc/
ipc_channel_posix_unittest.cc 210 ASSERT_TRUE(channel->AcceptsConnections());
228 ASSERT_FALSE(channel->AcceptsConnections());
237 ASSERT_FALSE(channel2->AcceptsConnections());
295 ASSERT_TRUE(channel->AcceptsConnections());
325 ASSERT_TRUE(channel->AcceptsConnections());
385 ASSERT_TRUE(channel->AcceptsConnections());
ipc_channel_posix.h 70 bool AcceptsConnections() const;
ipc_channel_posix.cc 572 bool ChannelPosix::AcceptsConnections() const {
577 return AcceptsConnections() && pipe_ != -1;
742 if (AcceptsConnections()) {
    [all...]

Completed in 42 milliseconds