Home
last modified time | relevance | path

Searched refs:lastLeft (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/resources/options/
Dsearch_page.js90 if (left != this.lastLeft) {
92 this.lastLeft = left;
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp2758 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()