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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 358 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
363 LayoutUnit captionLogicalTop = collapsedMarginBeforeForChild(caption) + logicalHeight();
373 setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(caption) + collapsedMarginAfterForChild(caption));
    [all...]
RenderBlock.h 229 LayoutUnit collapsedMarginBeforeForChild(const RenderBox* child) const;
RenderBlock.cpp     [all...]

Completed in 52 milliseconds