OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AcceptsConnections
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ipc/
ipc_channel.h
170
bool
AcceptsConnections
() const;
ipc_channel_posix_unittest.cc
203
ASSERT_TRUE(channel.
AcceptsConnections
());
220
ASSERT_FALSE(channel.
AcceptsConnections
());
228
ASSERT_FALSE(channel2.
AcceptsConnections
());
238
ASSERT_TRUE(channel.
AcceptsConnections
());
268
ASSERT_TRUE(channel.
AcceptsConnections
());
327
ASSERT_TRUE(channel.
AcceptsConnections
());
ipc_channel_posix.h
65
bool
AcceptsConnections
() const;
ipc_channel_posix.cc
556
bool Channel::ChannelImpl::
AcceptsConnections
() const {
561
return
AcceptsConnections
() && pipe_ != -1;
726
if (
AcceptsConnections
()) {
[
all
...]
Completed in 143 milliseconds