/external/webkit/Source/WebCore/platform/wx/ |
D | MouseWheelEventWx.cpp | 35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint) in PlatformWheelEvent() argument 37 , m_globalPosition(globalPoint) in PlatformWheelEvent()
|
D | MouseEventWx.cpp | 36 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/ |
D | WebInputEventFactory.cpp | 247 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/ |
D | PlatformMouseEvent.h | 169 PlatformMouseEvent(const wxMouseEvent&, const wxPoint& globalPoint, int clickCount); 201 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *);
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PlatformMouseEventMac.mm | 71 IntPoint globalPoint(const NSPoint& windowPoint, NSWindow *window) 116 return globalPoint([event locationInWindow], [event window]);
|
/external/webkit/Source/WebKit/wx/ |
D | WebView.cpp | 733 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/ |
D | WebPageProxy.cpp | 801 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/ |
D | WKView.mm | 1497 …_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/ |
D | WebEventFactory.mm | 133 static NSPoint globalPoint(const NSPoint& windowPoint, NSWindow *window) 154 return globalPoint([event locationInWindow], [event window]);
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 2357 …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/ |
D | webkitwebview.cpp | 419 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/ |
D | WebView.mm | 3894 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]));
|
D | WebFrame.mm | 837 …PlatformMouseEvent event(IntPoint(windowLoc), globalPoint(windowLoc, [view->platformWidget() windo…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 13146 (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):
|
D | ChangeLog-2006-05-10 | 13029 (globalPoint):
|