Searched refs:startOffsetForContent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h240 LayoutUnit startOffsetForContent() const { return style()->isLeftToRightDirection() ? logicalLeftOffsetForContent() : logicalWidth() - logicalRightOffsetForContent(); } function in class:blink::RenderBlock
H A DRenderBox.cpp1476 LayoutUnit startOffsetForContent = cb->startOffsetForContent(); local
1482 if (startOffsetForContent == startOffsetForLine && endOffsetForContent == endOffsetForLine)
1491 width += portionOfMarginNotConsumedByFloat(childMarginStart, startOffsetForContent, startOffsetForLine);
H A DRenderBlockFlow.cpp1992 setStaticInlinePositionForChild(child, startOffsetForContent());
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h345 m_block->setStaticInlinePositionForChild(box, m_block->startOffsetForContent());

Completed in 2136 milliseconds