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 362 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
367 LayoutUnit captionLogicalTop = collapsedMarginBeforeForChild(caption) + logicalHeight();
377 setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(caption) + collapsedMarginAfterForChild(caption));
    [all...]
RenderBlock.h 243 LayoutUnit collapsedMarginBeforeForChild(const RenderBox* child) const;
RenderBlock.cpp     [all...]

Completed in 282 milliseconds