Home
last modified time | relevance | path

Searched refs:marginLogicalHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSearchField.cpp63 …, decorationRenderer->borderAndPaddingLogicalHeight() + decorationRenderer->marginLogicalHeight()); in computeControlLogicalHeight()
69 …ntHeight, cancelRenderer->borderAndPaddingLogicalHeight() + cancelRenderer->marginLogicalHeight()); in computeControlLogicalHeight()
DRenderBoxModelObject.h148 LayoutUnit marginLogicalHeight() const { return marginBefore() + marginAfter(); } in marginLogicalHeight() function
DRenderGrid.cpp628 return child.logicalHeight() + child.marginLogicalHeight(); in logicalHeightForChild()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp105 …gicalWidth() + renderBox.borderAndPaddingLogicalWidth(), renderBox.marginLogicalHeight() + renderB… in getShapeImageMarginRect()