HomeSort by relevance Sort by last modified time
    Searched full:draggingrect (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/page/
DragController.cpp 653 IntRect draggingRect = enclosingIntRect(src->selection()->bounds());
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;
    [all...]

Completed in 83 milliseconds