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 373 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
378 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
383 setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(caption) + collapsedMarginAfterForChild(caption));
    [all...]
RenderBlock.h 312 LayoutUnit collapsedMarginBeforeForChild(const RenderBox* child) const;
    [all...]
RenderBlock.cpp     [all...]

Completed in 419 milliseconds