HomeSort by relevance Sort by last modified time
    Searched defs:screenPosition (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebTouchPoint.h 62 WebPoint screenPosition;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 472 IntPoint screenPosition = widgetScreenPosition(GTK_WIDGET(m_webView));
473 result.move(screenPosition.x(), screenPosition.y());
481 IntPoint screenPosition = widgetScreenPosition(GTK_WIDGET(m_webView));
482 result.move(-screenPosition.x(), -screenPosition.y());
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 285 WebPlatformTouchPoint(uint32_t id, TouchPointState, const WebCore::IntPoint& screenPosition, const WebCore::IntPoint& position);
290 const WebCore::IntPoint& screenPosition() const { return m_screenPosition; }

Completed in 87 milliseconds