HomeSort by relevance Sort by last modified time
    Searched refs:m_receivedClosingHandshake (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.h 215 bool m_receivedClosingHandshake;
MainThreadWebSocketChannel.cpp 70 , m_receivedClosingHandshake(false)
287 client->didClose(m_receivedClosingHandshake ? WebSocketChannelClient::ClosingHandshakeComplete : WebSocketChannelClient::ClosingHandshakeIncomplete, m_closeEventCode, m_closeEventReason);
444 if (m_receivedClosingHandshake) {
497 WTF_LOG(Network, "MainThreadWebSocketChannel %p startClosingHandshake() code=%d m_state=%d m_receivedClosingHandshake=%d", this, code, m_state, m_receivedClosingHandshake);
503 if (!m_receivedClosingHandshake && code != CloseEventCodeNotSpecified) {
684 m_receivedClosingHandshake = true;
    [all...]

Completed in 317 milliseconds