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

/external/webkit/Source/WebCore/page/
H A DDragController.cpp653 IntRect draggingRect = enclosingIntRect(src->selection()->bounds()); local
654 int xpos = draggingRect.maxX();
655 xpos = draggingRect.x() < xpos ? draggingRect.x() : xpos;
656 int ypos = draggingRect.maxY();
659 ypos = draggingRect.y() > ypos ? draggingRect.y() : ypos;
661 ypos = draggingRect.y() < ypos ? draggingRect.y() : ypos;

Completed in 1456 milliseconds