Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2203 …Length logicalWidthLength = treatAsReplaced ? Length(computeReplacedLogicalWidth(), Fixed) : style… in computeLogicalWidth() local
2214 …computedValues.m_extent = max<LayoutUnit>(floatValueForLength(logicalWidthLength, 0) + borderAndPa… in computeLogicalWidth()
2220 computedValues.m_extent = logicalWidthLength.value() + borderAndPaddingLogicalWidth(); in computeLogicalWidth()
2271 LayoutUnit RenderBox::computeIntrinsicLogicalWidthUsing(const Length& logicalWidthLength, LayoutUni… in computeIntrinsicLogicalWidthUsing() argument
2273 if (logicalWidthLength.type() == FillAvailable) in computeIntrinsicLogicalWidthUsing()
2280 if (logicalWidthLength.type() == MinContent) in computeIntrinsicLogicalWidthUsing()
2283 if (logicalWidthLength.type() == MaxContent) in computeIntrinsicLogicalWidthUsing()
2286 if (logicalWidthLength.type() == FitContent) { in computeIntrinsicLogicalWidthUsing()
DRenderBox.h650 …LayoutUnit computeIntrinsicLogicalWidthUsing(const Length& logicalWidthLength, LayoutUnit availabl…