Searched refs:clientLocation (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DMouseRelatedEvent.cpp108 IntPoint clientLocation(adjustedPageLocation - scrollPosition);
109 m_clientX = clientLocation.x();
110 m_clientY = clientLocation.y();
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.h64 String clientLocation() const;
H A DWebSocketHandshake.cpp217 String WebSocketHandshake::clientLocation() const function in class:WebCore::WebSocketHandshake
600 if (clientLocation() != serverWebSocketLocation) {
601 m_context->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "Error during WebSocket handshake: location mismatch: " + clientLocation() + " != " + serverWebSocketLocation, 0, clientOrigin(), 0);

Completed in 221 milliseconds