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

  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 734 static IntPoint dragLocationForDHTMLDrag(const IntPoint& mouseDraggedPoint, const IntPoint& dragOrigin, const IntPoint& dragImageOffset, bool isLinkImage)
736 // dragImageOffset is the cursor position relative to the lower-left corner of the image.
737 const int yOffset = -dragImageOffset.y();
740 return IntPoint(mouseDraggedPoint.x() - dragImageOffset.x(), mouseDraggedPoint.y() + yOffset);
742 return IntPoint(dragOrigin.x() - dragImageOffset.x(), dragOrigin.y() + yOffset);
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 263 virtual void startDragging(WebFrame*, const WebDragData&, WebDragOperationsMask, const WebImage&, const WebPoint& dragImageOffset) { }
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 460 const WebPoint& dragImageOffset);
    [all...]
WebViewImpl.cpp     [all...]

Completed in 46 milliseconds