Searched defs:lastVisibleLine (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp957 RootInlineBox* lastVisibleLine = blockChild->lineAtIndex(numVisibleLines - 1); local
958 if (!lastVisibleLine)
977 RenderBlock* destBlock = toRenderBlock(lastVisibleLine->renderer());
988 LayoutUnit blockRightEdge = destBlock->logicalRightOffsetForLine(lastVisibleLine->y(), false);
989 if (!lastVisibleLine->lineCanAccommodateEllipsis(leftToRight, blockRightEdge, lastVisibleLine->x() + lastVisibleLine->logicalWidth(), totalWidth))
994 LayoutUnit blockLeftEdge = destBlock->logicalLeftOffsetForLine(lastVisibleLine->y(), false);
995 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, leftToRight, blockLeftEdge, blockRightEdge, totalWidth, anchorBox);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTextEditor.js208 lastVisibleLine: function() { },
H A DTimelinePanel.js863 var lastVisibleLine = Math.max(0, Math.floor(visibleBottom / rowHeight) - this._headerLineCount); variable
864 if (this._automaticallySizeWindow && recordsInWindow.length > lastVisibleLine) {
868 this._overviewPane.setWindowTimes(windowStartTime, recordsInWindow[Math.max(0, lastVisibleLine - 1)].endTime);
870 endIndex = Math.min(recordsInWindow.length, lastVisibleLine);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 258 milliseconds