Searched refs:platformCanSendOutgoingMessages (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/win/
H A DConnectionWin.cpp275 bool Connection::platformCanSendOutgoingMessages() const function in class:CoreIPC::Connection
318 // We can only send one asynchronous message at a time (see comment in platformCanSendOutgoingMessages).
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.h208 bool platformCanSendOutgoingMessages() const;
H A DConnection.cpp554 return m_isConnected && platformCanSendOutgoingMessages();
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DConnectionUnix.cpp302 bool Connection::platformCanSendOutgoingMessages() const function in class:CoreIPC::Connection
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
H A DConnectionMac.cpp132 bool Connection::platformCanSendOutgoingMessages() const function in class:CoreIPC::Connection

Completed in 102 milliseconds