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

  /external/webkit/WebCore/websockets/
WebSocketHandshake.h 104 String m_wsProtocol;
WebSocketHandshake.cpp 208 m_wsProtocol = String();
328 return m_wsProtocol;
333 m_wsProtocol = webSocketProtocol;
441 m_wsProtocol = it->second;
478 if (!m_clientProtocol.isEmpty() && m_clientProtocol != m_wsProtocol) {
479 m_context->addMessage(ConsoleDestination, JSMessageSource, LogMessageType, ErrorMessageLevel, "Error during WebSocket handshake: protocol mismatch: " + m_clientProtocol + " != " + m_wsProtocol, 0, clientOrigin());

Completed in 523 milliseconds