Searched refs:endOffsetForLine (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h84 LayoutUnit endOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const function in class:blink::RenderBlockFlow
H A DRenderBox.cpp1479 LayoutUnit endOffsetForLine = cb->endOffsetForLine(logicalTopPosition, false); local
1482 if (startOffsetForContent == startOffsetForLine && endOffsetForContent == endOffsetForLine)
1492 width += portionOfMarginNotConsumedByFloat(childMarginEnd, endOffsetForContent, endOffsetForLine);

Completed in 147 milliseconds