Searched refs:serverWebSocketLocation (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.h76 String serverWebSocketLocation() const;
H A DWebSocketHandshake.cpp375 String WebSocketHandshake::serverWebSocketLocation() const function in class:WebCore::WebSocketHandshake
564 const String& serverWebSocketLocation = this->serverWebSocketLocation(); local
582 if (serverWebSocketLocation.isNull()) {
600 if (clientLocation() != serverWebSocketLocation) {
601 m_context->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "Error during WebSocket handshake: location mismatch: " + clientLocation() + " != " + serverWebSocketLocation, 0, clientOrigin(), 0);

Completed in 408 milliseconds