HomeSort by relevance Sort by last modified time
    Searched refs:marginAfterForChild (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 117 collapsedLegendExtent = max<LayoutUnit>(fieldsetBorderBefore, legendLogicalTop + legendLogicalHeight + marginAfterForChild(legend));
119 collapsedLegendExtent = legendLogicalHeight + marginAfterForChild(legend);
RenderBlock.h 236 LayoutUnit marginAfterForChild(const RenderBoxModelObject* child) const { return child->marginAfter(style()); }
RenderBlockFlow.cpp 618 setLogicalHeight(logicalHeight() + marginAfterForChild(child));
    [all...]
RenderFlexibleBox.cpp 334 LayoutUnit childLogicalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginAfterForChild(child);
    [all...]
RenderBlock.cpp     [all...]

Completed in 545 milliseconds