Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp105 LayoutUnit legendLogicalHeight = logicalHeightForChild(legend); in layoutSpecialExcludedChild()
DRenderBlockFlow.cpp503 setLogicalHeight(logicalHeight() + logicalHeightForChild(child)); in layoutBlockChild()
1635 …ogicalTopOffset = availableLogicalWidthForLine(newLogicalTop, false, logicalHeightForChild(child)); in getClearDelta()
1990 …floatLogicalSize.setHeight(logicalHeightForChild(childBox) + marginBeforeForChild(childBox) + marg… in computeLogicalLocationForFloat()
2241 …setLogicalHeightForFloat(floatingObject, logicalHeightForChild(childBox) + marginBeforeForChild(ch… in positionNewFloats()
2246 … shapeOutside->setShapeSize(logicalWidthForChild(childBox), logicalHeightForChild(childBox)); in positionNewFloats()
DRenderBlock.h300 …LayoutUnit logicalHeightForChild(const RenderBox* child) const { return isHorizontalWritingMode() … in logicalHeightForChild() function
DRenderFlexibleBox.cpp340 …LayoutUnit childLogicalBottom = logicalTopForChild(child) + logicalHeightForChild(child) + marginA… in clientLogicalBottomAfterRepositioning()
DRenderBlock.cpp1643 …it startOff = startOffsetForLineInRegion(blockOffset, false, region, logicalHeightForChild(child)); in computeStartPositionDeltaForChildAvoidingFloats()
3457 … LayoutUnit childLogicalBottom = logicalTopForChild(childBox) + logicalHeightForChild(childBox); in positionForPoint()
5421 …LayoutUnit childLogicalHeight = logicalHeightForChild(child) + (includeMargins ? marginBeforeForCh… in adjustForUnsplittableChild()