OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformCanSendOutgoingMessages
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp
275
bool Connection::
platformCanSendOutgoingMessages
() const
318
// We can only send one asynchronous message at a time (see comment in
platformCanSendOutgoingMessages
).
/external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h
208
bool
platformCanSendOutgoingMessages
() const;
Connection.cpp
554
return m_isConnected &&
platformCanSendOutgoingMessages
();
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp
302
bool Connection::
platformCanSendOutgoingMessages
() const
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp
132
bool Connection::
platformCanSendOutgoingMessages
() const
Completed in 104 milliseconds