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

  /external/webkit/Source/WebCore/platform/win/
WindowsTouch.h 80 POINTS ptsLocation; // current location of this gesture
106 POINTS ptsLocation; // starting location
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 513 POINT localPoint = { gn->ptsLocation.x, gn->ptsLocation.y };
553 m_lastPanX = gi.ptsLocation.x;
554 m_lastPanY = gi.ptsLocation.y;
560 int currentX = gi.ptsLocation.x;
561 int currentY = gi.ptsLocation.y;
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]

Completed in 149 milliseconds