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

  /external/webkit/Source/WebCore/platform/wx/
MouseWheelEventWx.cpp 35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint)
37 , m_globalPosition(globalPoint)
MouseEventWx.cpp 36 PlatformMouseEvent::PlatformMouseEvent(const wxMouseEvent& event, const wxPoint& globalPoint, int clickCount)
38 , m_globalPosition(globalPoint)
  /external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm 71 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
116 return globalPoint([event locationInWindow], [event window]);
  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 169 PlatformMouseEvent(const wxMouseEvent&, const wxPoint& globalPoint, int clickCount);
201 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *);
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 247 POINT globalPoint = { result.x, result.y };
248 ClientToScreen(hwnd, &globalPoint);
250 result.globalX = globalPoint.x;
251 result.globalY = globalPoint.y;
  /external/webkit/Source/WebKit2/Shared/mac/
WebEventFactory.mm 133 static NSPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
154 return globalPoint([event locationInWindow], [event window]);
    [all...]
  /external/webkit/Source/WebKit/wx/
WebView.cpp 733 wxPoint globalPoint = ClientToScreen(event.GetPosition());
744 WebCore::PlatformWheelEvent wkEvent(event, globalPoint);
779 WebCore::PlatformMouseEvent wkEvent(event, globalPoint, clickCount);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 801 POINT globalPoint;
802 ::GetCursorPos(&globalPoint);
803 POINT localPoint = globalPoint;
806 dragEnded(localPoint, globalPoint, operation);
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 419 IntPoint globalPoint(globalPointForClientPoint(gtk_widget_get_window(widget), location));
420 PlatformMouseEvent event(location, globalPoint, RightButton, MouseEventPressed, 0, false, false, false, false, gtk_get_current_event_time());
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 837 PlatformMouseEvent event(IntPoint(windowLoc), globalPoint(windowLoc, [view->platformWidget() window]),
    [all...]
WebView.mm     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 300 milliseconds