Home
last modified time | relevance | path

Searched refs:screenPosition (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebPlatformTouchPoint.cpp38 …atformTouchPoint(unsigned id, TouchPointState state, const IntPoint& screenPosition, const IntPoin… in WebPlatformTouchPoint() argument
41 , m_screenPosition(screenPosition) in WebPlatformTouchPoint()
DWebEvent.h285 …WebPlatformTouchPoint(uint32_t id, TouchPointState, const WebCore::IntPoint& screenPosition, const…
290 const WebCore::IntPoint& screenPosition() const { return m_screenPosition; } in screenPosition() function
DWebEventConversion.cpp227 m_screenPos = webTouchPoint.screenPosition(); in WebKit2PlatformTouchPoint()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp472 IntPoint screenPosition = widgetScreenPosition(GTK_WIDGET(m_webView)); in windowToScreen() local
473 result.move(screenPosition.x(), screenPosition.y()); in windowToScreen()
481 IntPoint screenPosition = widgetScreenPosition(GTK_WIDGET(m_webView)); in screenToWindow() local
482 result.move(-screenPosition.x(), -screenPosition.y()); in screenToWindow()
/external/webkit/Source/WebKit/chromium/public/
DWebTouchPoint.h62 WebPoint screenPosition; variable
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc130 tpoint->screenPosition.x = tpoint->position.x + origin.x(); in UpdateTouchPointPosition()
131 tpoint->screenPosition.y = tpoint->position.y + origin.y(); in UpdateTouchPointPosition()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp214 m_screenPos = point.screenPosition; in PlatformTouchPointBuilder()
/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.cpp847 touchPoint.screenPosition = touchPoint.position; in addTouchPoint()
901 touchPoint->screenPosition = position; in updateTouchPoint()