Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h157 enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BJUSTIFY, BBASELINE }; enumerator
DRenderStyle.h1267 static EBoxAlignment initialBoxAlign() { return BSTRETCH; } in initialBoxAlign()
/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp227 parent()->style()->boxAlign() == BSTRETCH)) in layoutBlock()
403 m_stretchingChildren = (style()->boxAlign() == BSTRETCH); in layoutHorizontalBox()
DRenderBox.cpp1584 bool stretching = (parent()->style()->boxAlign() == BSTRETCH); in computeLogicalWidth()
1735 … && (parent()->style()->boxOrient() == HORIZONTAL || parent()->style()->boxAlign() != BSTRETCH)) in sizesToIntrinsicLogicalWidth()
1743 …)->style()->boxOrient() == VERTICAL && parent()->style()->boxAlign() == BSTRETCH) && node() && (no… in sizesToIntrinsicLogicalWidth()
1813 bool stretching = parent()->style()->boxAlign() == BSTRETCH; in computeLogicalHeight()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h486 case BSTRETCH: in CSSPrimitiveValue()
511 return BSTRETCH; in EBoxAlignment()
524 return BSTRETCH; in EBoxAlignment()
DCSSComputedStyleDeclaration.cpp1033 ASSERT(boxPack != BSTRETCH); in getPropertyCSSValue()
DCSSStyleSelector.cpp5244 if (boxPack != BSTRETCH && boxPack != BBASELINE) in applyProperty()