Home
last modified time | relevance | path

Searched defs:clientLocation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DMouseRelatedEvent.h44 const LayoutPoint& clientLocation() const { return m_clientLocation; } in clientLocation() function
DMouseRelatedEvent.cpp97 void MouseRelatedEvent::initCoordinates(const LayoutPoint& clientLocation) in initCoordinates()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketHandshake.cpp185 String WebSocketHandshake::clientLocation() const in clientLocation() function in WebCore::WebSocketHandshake