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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h161 void setStaticInlinePositionForChild(RenderBox*, LayoutUnit inlinePosition);
H A DRenderBlockFlow.cpp1990 setStaticInlinePositionForChild(child, startAlignedOffsetForLine(logicalTop, false));
1992 setStaticInlinePositionForChild(child, startOffsetForContent());
1995 void RenderBlockFlow::setStaticInlinePositionForChild(RenderBox* child, LayoutUnit inlinePosition) function in class:blink::RenderBlockFlow
H A DRenderBox.cpp1686 root.block().setStaticInlinePositionForChild(this, LayoutUnit::fromFloatRound(box->logicalLeft()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h345 m_block->setStaticInlinePositionForChild(box, m_block->startOffsetForContent());

Completed in 508 milliseconds