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

/external/webkit/WebCore/rendering/style/
H A DRenderStyleConstants.h153 enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BJUSTIFY, BBASELINE }; enumerator in enum:WebCore::EBoxAlignment
H A DRenderStyle.h1157 static EBoxAlignment initialBoxAlign() { return BSTRETCH; }
/external/webkit/WebCore/css/
H A DCSSPrimitiveValueMappings.h439 case BSTRETCH:
464 return BSTRETCH;
477 return BSTRETCH;
H A DCSSComputedStyleDeclaration.cpp787 ASSERT(boxPack != BSTRETCH);
H A DCSSStyleSelector.cpp4811 if (boxPack != BSTRETCH && boxPack != BBASELINE)
/external/webkit/WebCore/rendering/
H A DRenderFlexibleBox.cpp233 parent()->style()->boxAlign() == BSTRETCH))
419 m_stretchingChildren = (style()->boxAlign() == BSTRETCH);
824 default: // BSTART/BSTRETCH
H A DRenderBox.cpp1292 bool stretching = (parent()->style()->boxAlign() == BSTRETCH);
1442 && (parent()->style()->boxOrient() == HORIZONTAL || parent()->style()->boxAlign() != BSTRETCH))
1493 bool stretching = parent()->style()->boxAlign() == BSTRETCH;

Completed in 73 milliseconds