Home
last modified time | relevance | path

Searched refs:lastRight (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineView.js661 var lastRight;
672 var gap = Math.floor(left) - Math.ceil(lastRight);
676 lastRight = right;
680 lastElement.style.width = (lastRight - lastLeft) + "px";
690 lastRight = right;
696 lastElement.style.width = (lastRight - lastLeft) + "px";
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h229 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, in writeUnlessInsideRightEdge() argument
236 if(offset<0 && (offset<lastRight || firstRight<offset)) { in writeUnlessInsideRightEdge()
/external/chromium_org/third_party/icu/source/common/unicode/
Dstringtriebuilder.h227 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, in writeUnlessInsideRightEdge() argument
234 if(offset<0 && (offset<lastRight || firstRight<offset)) { in writeUnlessInsideRightEdge()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBlockPainter.cpp431 LayoutUnit lastRight = m_renderBlock.logicalRightSelectionOffset(&m_renderBlock, lastTop); in paintSelection() local
434 …selectionGaps(&m_renderBlock, paintOffset, LayoutSize(), lastTop, lastLeft, lastRight, &paintInfo); in paintSelection()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp1857 LayoutUnit lastRight = logicalRightSelectionOffset(this, lastTop); in selectionGapRectsForPaintInvalidation() local
1859 …selectionGaps(this, offsetFromPaintInvalidationContainer, IntSize(), lastTop, lastLeft, lastRight); in selectionGapRectsForPaintInvalidation()