Searched refs:lastLeft (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/resources/options/ |
D | search_page.js | 90 if (left != this.lastLeft) { 92 this.lastLeft = left;
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlock.cpp | 2758 int lastLeft = logicalLeftSelectionOffset(this, lastTop); in selectionGapRectsForRepaint() local 2761 return selectionGaps(this, offsetFromRepaintContainer, IntSize(), lastTop, lastLeft, lastRight); in selectionGapRectsForRepaint() 2768 int lastLeft = logicalLeftSelectionOffset(this, lastTop); in paintSelection() local 2771 …IntRect gapRectsBounds = selectionGaps(this, IntPoint(tx, ty), IntSize(), lastTop, lastLeft, lastR… in paintSelection()
|