Home
last modified time | relevance | path

Searched refs:draggingRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp786 IntRect draggingRect = enclosingIntRect(sourceFrame->selection().bounds()); in dragLocationForSelectionDrag() local
787 int xpos = draggingRect.maxX(); in dragLocationForSelectionDrag()
788 xpos = draggingRect.x() < xpos ? draggingRect.x() : xpos; in dragLocationForSelectionDrag()
789 int ypos = draggingRect.maxY(); in dragLocationForSelectionDrag()
790 ypos = draggingRect.y() < ypos ? draggingRect.y() : ypos; in dragLocationForSelectionDrag()