Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DPlatformWheelEvent.h129 int globalY() const { return m_globalPosition.y(); } in globalY() function
DPlatformMouseEvent.h121 int globalY() const { return m_globalPosition.y(); } in globalY() function
/external/webkit/Source/WebKit/chromium/public/
DWebInputEvent.h261 int globalY; variable