Searched defs:lastRight (Results 1 - 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderBlock.cpp | 2764 int lastRight = logicalRightSelectionOffset(this, lastTop); local 2766 return selectionGaps(this, offsetFromRepaintContainer, IntSize(), lastTop, lastLeft, lastRight); 2774 int lastRight = logicalRightSelectionOffset(this, lastTop); local 2776 IntRect gapRectsBounds = selectionGaps(this, IntPoint(tx, ty), IntSize(), lastTop, lastLeft, lastRight, &paintInfo);
|
Completed in 346 milliseconds