Home
last modified time | relevance | path

Searched refs:globalPoint (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/
DMouseWheelEventWx.cpp35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint) in PlatformWheelEvent() argument
37 , m_globalPosition(globalPoint) in PlatformWheelEvent()
DMouseEventWx.cpp36 PlatformMouseEvent::PlatformMouseEvent(const wxMouseEvent& event, const wxPoint& globalPoint, int c… in PlatformMouseEvent() argument
38 , m_globalPosition(globalPoint) in PlatformMouseEvent()
/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp247 POINT globalPoint = { result.x, result.y }; in mouseEvent() local
248 ClientToScreen(hwnd, &globalPoint); in mouseEvent()
250 result.globalX = globalPoint.x; in mouseEvent()
251 result.globalY = globalPoint.y; in mouseEvent()
/external/webkit/Source/WebCore/platform/
DPlatformMouseEvent.h169 PlatformMouseEvent(const wxMouseEvent&, const wxPoint& globalPoint, int clickCount);
201 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *);
/external/webkit/Source/WebCore/platform/mac/
DPlatformMouseEventMac.mm71 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
116 return globalPoint([event locationInWindow], [event window]);
/external/webkit/Source/WebKit/wx/
DWebView.cpp733 wxPoint globalPoint = ClientToScreen(event.GetPosition()); in OnMouseEvents() local
744 WebCore::PlatformWheelEvent wkEvent(event, globalPoint); in OnMouseEvents()
779 WebCore::PlatformMouseEvent wkEvent(event, globalPoint, clickCount); in OnMouseEvents()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp801 POINT globalPoint; in startDragDrop() local
802 ::GetCursorPos(&globalPoint); in startDragDrop()
803 POINT localPoint = globalPoint; in startDragDrop()
806 dragEnded(localPoint, globalPoint, operation); in startDragDrop()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1497 …_data->_page->dragEnded(IntPoint(windowMouseLoc), globalPoint(windowMouseLoc, [self window]), oper…
1517 IntPoint global(globalPoint([draggingInfo draggingLocation], [self window]));
1528 IntPoint global(globalPoint([draggingInfo draggingLocation], [self window]));
1537 IntPoint global(globalPoint([draggingInfo draggingLocation], [self window]));
1574 IntPoint global(globalPoint([draggingInfo draggingLocation], [self window]));
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm133 static NSPoint globalPoint(const NSPoint& windowPoint, NSWindow *window)
154 return globalPoint([event locationInWindow], [event window]);
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2357 …IntPoint globalPoint = view->contentsToScreen(IntRect(view->windowToContents(m_currentMousePositio… in fakeMouseMoveEventTimerFired() local
2358 …PlatformMouseEvent fakeMouseMoveEvent(m_currentMousePosition, globalPoint, NoButton, MouseEventMov… in fakeMouseMoveEventTimerFired()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp419 IntPoint globalPoint(globalPointForClientPoint(gtk_widget_get_window(widget), location)); in webkit_web_view_popup_menu_handler() local
420 …PlatformMouseEvent event(location, globalPoint, RightButton, MouseEventPressed, 0, false, false, f… in webkit_web_view_popup_menu_handler()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm3894 IntPoint global(globalPoint([draggingInfo draggingLocation], [self window]));
3906 IntPoint global(globalPoint([draggingInfo draggingLocation], [self window]));
3918 IntPoint global(globalPoint([draggingInfo draggingLocation], [self window]));
3931 IntPoint global(globalPoint([draggingInfo draggingLocation], [self window]));
DWebFrame.mm837 …PlatformMouseEvent event(IntPoint(windowLoc), globalPoint(windowLoc, [view->platformWidget() windo…
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3113146 (WebCore::globalPoint): Grab the best screen instead of the screen you're
13264 (WebCore::globalPoint):
39997 * bridge/mac/WebCoreFrameBridge.mm: (globalPoint): Removed type casts and
51724 (globalPoint):
DChangeLog-2006-05-1013029 (globalPoint):