Searched refs:screenPoint (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dweb_contents_drag_source.h54 - (void)endDragAt:(NSPoint)screenPoint
58 - (void)moveDragTo:(NSPoint)screenPoint;
H A Dweb_drag_source.h68 - (void)endDragAt:(NSPoint)screenPoint
72 - (void)moveDragTo:(NSPoint)screenPoint;
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreeDraggingInfo.h50 - (void)slideDraggedImageTo:(NSPoint)screenPoint;
H A DDumpRenderTreeDraggingInfo.mm97 - (void)slideDraggedImageTo:(NSPoint)screenPoint
/external/webkit/Source/WebKit/chromium/public/
H A DWebView.h219 const WebPoint& clientPoint, const WebPoint& screenPoint,
224 const WebPoint& clientPoint, const WebPoint& screenPoint,
234 const WebPoint& clientPoint, const WebPoint& screenPoint,
237 const WebPoint& clientPoint, const WebPoint& screenPoint,
241 const WebPoint& clientPoint, const WebPoint& screenPoint) = 0;
/external/webkit/Source/WebCore/platform/mac/
H A DPlatformScreenMac.mm106 NSPoint flipScreenPoint(const NSPoint& screenPoint, NSScreen *screen)
108 NSPoint flippedPoint = screenPoint;
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.h153 const WebPoint& screenPoint,
157 const WebPoint& screenPoint,
163 const WebPoint& screenPoint,
167 const WebPoint& screenPoint,
172 const WebPoint& screenPoint);
402 const WebPoint& screenPoint,
H A DWebViewImpl.cpp1775 const WebPoint& screenPoint,
1779 screenPoint,
1789 const WebPoint& screenPoint,
1808 const WebPoint& screenPoint,
1816 return dragTargetDragEnterOrOver(clientPoint, screenPoint, DragEnter);
1821 const WebPoint& screenPoint,
1826 return dragTargetDragEnterOrOver(clientPoint, screenPoint, DragOver);
1848 const WebPoint& screenPoint)
1867 screenPoint,
1878 WebDragOperation WebViewImpl::dragTargetDragEnterOrOver(const WebPoint& clientPoint, const WebPoint& screenPoint, DragActio argument
1773 dragSourceEndedAt( const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperation operation) argument
1787 dragSourceMovedTo( const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperation operation) argument
1805 dragTargetDragEnter( const WebDragData& webDragData, const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperationsMask operationsAllowed) argument
1819 dragTargetDragOver( const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperationsMask operationsAllowed) argument
1847 dragTargetDrop(const WebPoint& clientPoint, const WebPoint& screenPoint) argument
[all...]
/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.cpp238 POINT screenPoint = msg.pt; local
240 ::ClientToScreen(webViewWindow, &screenPoint);
242 webViewDropTarget->DragEnter(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
248 webViewDropTarget->DragOver(0, pointl(screenPoint), &effect);
251 webViewDropTarget->Drop(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
311 POINT screenPoint = msg.pt; local
312 ::ClientToScreen(webViewWindow, &screenPoint);
319 webViewDropTarget->DragOver(MK_LBUTTON, pointl(screenPoint), &effect);
321 webViewDropTarget->DragEnter(draggingInfo->dataObject(), 0, pointl(screenPoint), &effect);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp338 WebPoint screenPoint(event.globalX, event.globalY);
341 currentDragEffect = webview()->dragTargetDragEnter(dragData, clientPoint, screenPoint, currentDragEffectsAllowed);
441 WebPoint screenPoint(e.globalX, e.globalY);
443 currentDragEffect = webview()->dragTargetDragOver(clientPoint, screenPoint, currentDragEffectsAllowed);
445 webview()->dragTargetDrop(clientPoint, screenPoint);
448 webview()->dragSourceEndedAt(clientPoint, screenPoint, currentDragEffect);
485 WebPoint screenPoint(e.globalX, e.globalY);
486 currentDragEffect = webview()->dragTargetDragOver(clientPoint, screenPoint, currentDragEffectsAllowed);
/external/webkit/Source/WebKit2/Shared/mac/
H A DWebEventFactory.mm126 static NSPoint flipScreenPoint(const NSPoint& screenPoint, NSScreen *screen)
128 NSPoint flippedPoint = screenPoint;
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h463 void WKShowWordDefinitionWindow(NSAttributedString *term, NSPoint screenPoint, NSDictionary *options);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm415 NSPoint screenPoint = [[event window] convertBaseToScreen:[event locationInWindow]];
429 screenPoint.x, screenPoint.y,
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm5442 NSPoint screenPoint = [[self window] convertBaseToScreen:windowPoint];
5445 coreGraphicsScreenPointForAppKitScreenPoint(screenPoint), false, nil);

Completed in 262 milliseconds