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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h241 LayoutUnit endOffsetForContent() const { return !style()->isLeftToRightDirection() ? logicalLeftOffsetForContent() : logicalWidth() - logicalRightOffsetForContent(); } function in class:blink::RenderBlock
H A DRenderBox.cpp1477 LayoutUnit endOffsetForContent = cb->endOffsetForContent(); local
1482 if (startOffsetForContent == startOffsetForLine && endOffsetForContent == endOffsetForLine)
1492 width += portionOfMarginNotConsumedByFloat(childMarginEnd, endOffsetForContent, endOffsetForLine);

Completed in 159 milliseconds