Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/options/
Dsearch_page.js90 if (left != this.lastLeft) {
92 this.lastLeft = left;
/external/chromium_org/chrome/browser/resources/options/
Dsearch_page.js101 if (left != this.lastLeft) {
103 this.lastLeft = left;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelinePanel.js1246 var lastLeft;
1266 lastElement.style.width = (lastRight - lastLeft) + "px";
1275 lastLeft = left;
1282 lastElement.style.width = (lastRight - lastLeft) + "px";
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2417 LayoutUnit lastLeft = logicalLeftSelectionOffset(this, lastTop); in selectionGapRectsForRepaint() local
2420 return selectionGaps(this, offsetFromRepaintContainer, IntSize(), lastTop, lastLeft, lastRight); in selectionGapRectsForRepaint()
2427 LayoutUnit lastLeft = logicalLeftSelectionOffset(this, lastTop); in paintSelection() local
2431 …apRectsBounds = selectionGaps(this, paintOffset, LayoutSize(), lastTop, lastLeft, lastRight, &pain… in paintSelection()