Searched refs:collapsedMarginBeforeForChild (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp358 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
363 LayoutUnit captionLogicalTop = collapsedMarginBeforeForChild(caption) + logicalHeight();
373 setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(caption) + collapsedMarginAfterForChild(caption));
H A DRenderBlock.h229 LayoutUnit collapsedMarginBeforeForChild(const RenderBox* child) const;
H A DRenderBlock.cpp4115 LayoutUnit RenderBlock::collapsedMarginBeforeForChild(const RenderBox* child) const function in class:blink::RenderBlock

Completed in 1569 milliseconds