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

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.h 183 RefPtr<WebSocketHandshakeRequest> m_handshakeRequest;
NewWebSocketChannelImpl.cpp 429 m_handshakeRequest = WebSocketHandshakeRequest::create(request.toCoreRequest());
439 InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(document(), m_identifier, m_handshakeRequest.get(), &response.toCoreResponse());
441 m_handshakeRequest.clear();

Completed in 87 milliseconds