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

  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 721 RootInlineBox* lastVisibleLine = blockChild->lineAtIndex(numVisibleLines-1);
722 if (!lastVisibleLine)
741 RenderBlock* destBlock = toRenderBlock(lastVisibleLine->renderer());
751 int blockRightEdge = destBlock->rightOffset(lastVisibleLine->y(), false);
752 int blockLeftEdge = destBlock->leftOffset(lastVisibleLine->y(), false);
755 if (!lastVisibleLine->canAccommodateEllipsis(ltr, blockEdge,
756 lastVisibleLine->x() + lastVisibleLine->width(),
761 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, ltr, blockLeftEdge, blockRightEdge, totalWidth, anchorBox);
    [all...]
  /external/webkit/WebCore/inspector/front-end/
TextViewer.js 253 var lastVisibleLine = 0;
263 lastVisibleLine = chunk.startLine + chunk.linesCount;
278 this._highlighter.highlight(lastVisibleLine);

Completed in 60 milliseconds