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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 116 collapsedLegendExtent = max<LayoutUnit>(fieldsetBorderBefore, legendLogicalTop + legendLogicalHeight + marginAfterForChild(legend));
118 collapsedLegendExtent = legendLogicalHeight + marginAfterForChild(legend);
RenderFlexibleBox.cpp 355 LayoutUnit childLogicalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginAfterForChild(child);
    [all...]
RenderBlock.h 343 LayoutUnit marginAfterForChild(const RenderBoxModelObject* child) const { return child->marginAfter(style()); }
    [all...]
RenderBlock.cpp     [all...]

Completed in 76 milliseconds