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

  /external/webkit/WebKit/chromium/src/win/
WebInputEventFactory.cpp 236 POINT globalPoint = { result.x, result.y };
237 ClientToScreen(hwnd, &globalPoint);
239 result.globalX = globalPoint.x;
240 result.globalY = globalPoint.y;
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 71 milliseconds