Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2443 …LayoutUnit marginBoxWidth = childWidth + (!style()->width().isAuto() ? marginStartWidth + marginEn… in computeMarginsForDirection() local
2448 if ((marginStartLength.isAuto() && marginEndLength.isAuto() && marginBoxWidth < availableWidth) in computeMarginsForDirection()
2458 if (marginEndLength.isAuto() && marginBoxWidth < availableWidth) { in computeMarginsForDirection()
2466 if ((marginStartLength.isAuto() && marginBoxWidth < availableWidth) || pushToEndFromTextAlign) { in computeMarginsForDirection()