didClose          301 Source/modules/websockets/MainThreadWebSocketChannel.cpp             client->didClose(m_unhandledBufferedAmount, m_receivedClosingHandshake ? WebSocketChannelClient::ClosingHandshakeComplete : WebSocketChannelClient::ClosingHandshakeIncomplete, m_closeEventCode, m_closeEventReason);
didClose          341 Source/modules/websockets/NewWebSocketChannelImpl.cpp     client->didClose(m_bufferedAmount, status, code, reason);
didClose          138 Source/modules/websockets/NewWebSocketChannelImpl.h     virtual void didClose(blink::WebSocketHandle*, bool wasClean, unsigned short code, const blink::WebString& reason) OVERRIDE;
didClose          193 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp         wrapper->m_client->didClose(unhandledBufferedAmount, closingHandshakeCompletion, code, reason);
didClose           65 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h     void didClose(unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus, unsigned short code, const String& reason);
didClose          125 Source/modules/websockets/WebSocket.h     virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
didClose           53 Source/modules/websockets/WebSocketChannelClient.h         virtual void didClose(unsigned long /* unhandledBufferedAmount */, ClosingHandshakeCompletionStatus, unsigned short /* code */, const String& /* reason */) { }
didClose          422 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp     workerClientWrapper->didClose(unhandledBufferedAmount, closingHandshakeCompletion, code, reason);
didClose          117 Source/modules/websockets/WorkerThreadableWebSocketChannel.h         virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
didClose           63 Source/platform/network/SocketStreamHandleInternal.h     virtual void didClose(blink::WebSocketStreamHandle*);
didClose          165 Source/web/WebSocketImpl.cpp     m_client->didClose(bufferedAmount, static_cast<WebSocketClient::ClosingHandshakeCompletionStatus>(status), code, WebString(reason));
didClose           75 Source/web/WebSocketImpl.h     virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const String& reason) OVERRIDE;
didClose           72 public/platform/WebSocketHandleClient.h     virtual void didClose(WebSocketHandle* /* handle */, bool wasClean, unsigned short code, const WebString& reason) = 0;
didClose           56 public/platform/WebSocketStreamHandleClient.h     virtual void didClose(WebSocketStreamHandle*) = 0;
didClose           55 public/web/WebSocketClient.h     virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const WebString& reason) { }