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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringtriebuilder.h227 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, argument
229 // Note: Edge numbers are negative, lastRight<=firstRight.
234 if(offset<0 && (offset<lastRight || firstRight<offset)) {
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h229 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, argument
231 // Note: Edge numbers are negative, lastRight<=firstRight.
236 if(offset<0 && (offset<lastRight || firstRight<offset)) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineView.js661 var lastRight; variable
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/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp431 LayoutUnit lastRight = m_renderBlock.logicalRightSelectionOffset(&m_renderBlock, lastTop); local
434 LayoutRect gapRectsBounds = m_renderBlock.selectionGaps(&m_renderBlock, paintOffset, LayoutSize(), lastTop, lastLeft, lastRight, &paintInfo);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1857 LayoutUnit lastRight = logicalRightSelectionOffset(this, lastTop); local
1859 return selectionGaps(this, offsetFromPaintInvalidationContainer, IntSize(), lastTop, lastLeft, lastRight);

Completed in 161 milliseconds