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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp783 IntRect draggingRect = enclosingIntRect(sourceFrame->selection().bounds()); local
784 int xpos = draggingRect.maxX();
785 xpos = draggingRect.x() < xpos ? draggingRect.x() : xpos;
786 int ypos = draggingRect.maxY();
787 ypos = draggingRect.y() < ypos ? draggingRect.y() : ypos;

Completed in 333 milliseconds