Searched refs:logicalHeightForChild (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFieldset.cpp105 LayoutUnit legendLogicalHeight = logicalHeightForChild(legend);
H A DRenderBlockFlow.cpp503 setLogicalHeight(logicalHeight() + logicalHeightForChild(child));
1635 LayoutUnit availableLogicalWidthAtNewLogicalTopOffset = availableLogicalWidthForLine(newLogicalTop, false, logicalHeightForChild(child));
1990 floatLogicalSize.setHeight(logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marginAfterForChild(childBox));
2241 setLogicalHeightForFloat(floatingObject, logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marginAfterForChild(childBox));
2246 shapeOutside->setShapeSize(logicalWidthForChild(childBox), logicalHeightForChild(childBox));
H A DRenderBlock.h300 LayoutUnit logicalHeightForChild(const RenderBox* child) const { return isHorizontalWritingMode() ? child->height() : child->width(); } function in class:WebCore::RenderBlock
H A DRenderFlexibleBox.cpp340 LayoutUnit childLogicalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginAfterForChild(child);
H A DRenderBlock.cpp1643 LayoutUnit startOff = startOffsetForLineInRegion(blockOffset, false, region, logicalHeightForChild(child));
3457 LayoutUnit childLogicalBottom = logicalTopForChild(childBox) + logicalHeightForChild(childBox);
5421 LayoutUnit childLogicalHeight = logicalHeightForChild(child) + (includeMargins ? marginBeforeForChild(child) + marginAfterForChild(child) : LayoutUnit());

Completed in 72 milliseconds