AcceptsConnections 170 ipc/ipc_channel.h bool AcceptsConnections() const; AcceptsConnections 577 ipc/ipc_channel_posix.cc return AcceptsConnections() && pipe_ != -1; AcceptsConnections 742 ipc/ipc_channel_posix.cc if (AcceptsConnections()) { AcceptsConnections 1086 ipc/ipc_channel_posix.cc return channel_impl_->AcceptsConnections(); AcceptsConnections 65 ipc/ipc_channel_posix.h bool AcceptsConnections() const; AcceptsConnections 209 ipc/ipc_channel_posix_unittest.cc ASSERT_TRUE(channel.AcceptsConnections()); AcceptsConnections 226 ipc/ipc_channel_posix_unittest.cc ASSERT_FALSE(channel.AcceptsConnections()); AcceptsConnections 234 ipc/ipc_channel_posix_unittest.cc ASSERT_FALSE(channel2.AcceptsConnections()); AcceptsConnections 285 ipc/ipc_channel_posix_unittest.cc ASSERT_TRUE(channel.AcceptsConnections()); AcceptsConnections 314 ipc/ipc_channel_posix_unittest.cc ASSERT_TRUE(channel.AcceptsConnections()); AcceptsConnections 371 ipc/ipc_channel_posix_unittest.cc ASSERT_TRUE(channel.AcceptsConnections());