HomeSort by relevance Sort by last modified time
    Searched refs:lastRight (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
stringtriebuilder.h 227 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight,
229 // Note: Edge numbers are negative, lastRight<=firstRight.
234 if(offset<0 && (offset<lastRight || firstRight<offset)) {
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 229 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight,
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/
TimelineView.js 661 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";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockPainter.cpp 431 LayoutUnit lastRight = m_renderBlock.logicalRightSelectionOffset(&m_renderBlock, lastTop);
434 LayoutRect gapRectsBounds = m_renderBlock.selectionGaps(&m_renderBlock, paintOffset, LayoutSize(), lastTop, lastLeft, lastRight, &paintInfo);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 5501 milliseconds