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

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMouseRelatedEvent.h46 const LayoutPoint& clientLocation() const { return m_clientLocation; } function in class:WebCore::MouseRelatedEvent
73 void initCoordinates(const LayoutPoint& clientLocation);
H A DMouseRelatedEvent.cpp101 void MouseRelatedEvent::initCoordinates(const LayoutPoint& clientLocation) argument
105 m_clientLocation = clientLocation;
106 m_pageLocation = clientLocation + contentsScrollOffset(view());
H A DMouseEvent.cpp279 initCoordinates(mouseEvent->clientLocation());
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketHandshake.h67 String clientLocation() const;
H A DWebSocketHandshake.cpp174 String WebSocketHandshake::clientLocation() const function in class:WebCore::WebSocketHandshake

Completed in 83 milliseconds