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

/external/chromium_org/content/browser/web_contents/
H A Dweb_drag_source_mac.h83 - (void)endDragAt:(NSPoint)screenPoint
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h332 const WebPoint& clientPoint, const WebPoint& screenPoint,
342 const WebPoint& clientPoint, const WebPoint& screenPoint,
346 const WebPoint& clientPoint, const WebPoint& screenPoint,
351 const WebPoint& clientPoint, const WebPoint& screenPoint,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h227 const WebPoint& screenPoint,
233 const WebPoint& screenPoint,
238 const WebPoint& screenPoint,
244 const WebPoint& screenPoint,
566 const WebPoint& screenPoint,
H A DWebInputEventConversion.cpp586 IntPoint screenPoint = roundedIntPoint(touch->screenLocation()); local
587 globalX = screenPoint.x();
588 globalY = screenPoint.y();
H A DWebViewImpl.cpp3440 const WebPoint& screenPoint,
3443 PlatformMouseEvent pme(clientPoint, screenPoint, LeftButton, PlatformEvent::MouseMoved,
3462 const WebPoint& screenPoint,
3471 return dragTargetDragEnterOrOver(clientPoint, screenPoint, DragEnter, keyModifiers);
3476 const WebPoint& screenPoint,
3482 return dragTargetDragEnterOrOver(clientPoint, screenPoint, DragOver, keyModifiers);
3504 const WebPoint& screenPoint,
3527 screenPoint,
3561 WebDragOperation WebViewImpl::dragTargetDragEnterOrOver(const WebPoint& clientPoint, const WebPoint& screenPoint, DragAction dragAction, int keyModifiers) argument
3569 screenPoint,
3438 dragSourceEndedAt( const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperation operation) argument
3459 dragTargetDragEnter( const WebDragData& webDragData, const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperationsMask operationsAllowed, int keyModifiers) argument
3474 dragTargetDragOver( const WebPoint& clientPoint, const WebPoint& screenPoint, WebDragOperationsMask operationsAllowed, int keyModifiers) argument
3503 dragTargetDrop(const WebPoint& clientPoint, const WebPoint& screenPoint, int keyModifiers) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1001 const WebPoint screenPoint(0, 0);
1002 m_webView->dragTargetDrop(clientPoint, screenPoint, 0);
1020 const WebPoint screenPoint(0, 0);
1021 webView->dragTargetDragEnter(dragData, clientPoint, screenPoint, WebDragOperationCopy, 0);

Completed in 789 milliseconds