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

  /external/webkit/WebCore/websockets/
WebSocketHandshake.cpp 92 , m_clientProtocol(protocol)
120 return m_clientProtocol;
125 m_clientProtocol = protocol;
180 if (!m_clientProtocol.isEmpty()) {
182 builder.append(m_clientProtocol);
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());
WebSocketHandshake.h 96 String m_clientProtocol;

Completed in 940 milliseconds