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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 29 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint,
43 return super.dragInto(new RelativeLayoutRule(), layout, dragBounds, dragPoint,
47 protected INode dragInto(Rect dragBounds, Point dragPoint, Point secondDragPoint,
57 return dragInto(dragBounds, dragPoint, secondDragPoint, insertIndex,
FrameLayoutRuleTest.java 26 protected void dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
39 super.dragInto(new FrameLayoutRule(), layout, dragBounds, dragPoint, null,
AbsoluteLayoutRuleTest.java 28 protected INode dragInto(Rect dragBounds, Point dragPoint, int insertIndex, int currentIndex,
41 return super.dragInto(new AbsoluteLayoutRule(), layout, dragBounds, dragPoint, null,
LinearLayoutRuleTest.java 104 protected INode dragInto(boolean vertical, Rect dragBounds, Point dragPoint,
121 return super.dragInto(new LinearLayoutRule(), linearLayout, dragBounds, dragPoint, null,
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 62 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink)
86 m_page->send(Messages::WebPageProxy::StartDragDrop(imageOrigin, dragPoint, okEffect, dragData.dragDataMap(), IntSize(bitmapInfo.bmiHeader.biWidth, bitmapInfo.bmiHeader.biHeight), handle, isLink), m_page->pageID());
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 111 void WebDragClient::startDrag(DragImageRef image, const IntPoint& imageOrigin, const IntPoint& dragPoint, Clipboard* clipboard, Frame* frame, bool isLink)
136 sdi.ptOffset.x = dragPoint.x() - imageOrigin.x();
137 sdi.ptOffset.y = dragPoint.y() - imageOrigin.y();
  /external/webkit/Source/WebCore/inspector/front-end/
DataGrid.js     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 404 void startDragDrop(const WebCore::IntPoint& imagePoint, const WebCore::IntPoint& dragPoint, uint64_t okEffect, const HashMap<UINT, Vector<String> >& dataMap, const WebCore::IntSize& dragImageSize, const SharedMemory::Handle& dragImageHandle, bool isLinkDrag);
    [all...]
WebPageProxy.cpp 755 void WebPageProxy::startDragDrop(const IntPoint& imageOrigin, const IntPoint& dragPoint, uint64_t okEffect,
783 sdi.ptOffset.x = dragPoint.x() - imageOrigin.x();
784 sdi.ptOffset.y = dragPoint.y() - imageOrigin.y();
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 293 milliseconds