Searched refs:draggingRect (Results 1 – 1 of 1) sorted by relevance
786 IntRect draggingRect = enclosingIntRect(sourceFrame->selection().bounds()); in dragLocationForSelectionDrag() local787 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()