Searched defs:didReceiveSocketStreamData (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DSocketStreamHandleClient.h49 virtual void didReceiveSocketStreamData(SocketStreamHandle*, const char* /*data*/, int /*length*/) { } function in class:WebCore::SocketStreamHandleClient
/macosx-10.10/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DWebSocketServerConnection.cpp139 void WebSocketServerConnection::didReceiveSocketStreamData(SocketStreamHandle*, const char* data, int length) function in class:WebKit::WebSocketServerConnection
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketChannel.cpp281 void WebSocketChannel::didReceiveSocketStreamData(SocketStreamHandle* handle, const char* data, int len) function in class:WebCore::WebSocketChannel

Completed in 131 milliseconds