Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h186 enum EBoxAlignment { BSTRETCH, BSTART, BCENTER, BEND, BBASELINE }; enumerator
DRenderStyle.h1576 static EBoxAlignment initialBoxAlign() { return BSTRETCH; } in initialBoxAlign()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp277 && parent()->style()->boxAlign() == BSTRETCH)) in layoutBlock()
424 m_stretchingChildren = (style()->boxAlign() == BSTRETCH); in layoutHorizontalBox()
DRenderBox.cpp2297 bool stretching = (parent()->style()->boxAlign() == BSTRETCH); in computeLogicalWidthInRegion()
2444 …exibleBox() && parent->style()->boxOrient() == VERTICAL && parent->style()->boxAlign() == BSTRETCH) in isStretchingColumnFlexItem()
2492 …x() && (parent()->style()->boxOrient() == HORIZONTAL || parent()->style()->boxAlign() != BSTRETCH)) in sizesLogicalWidthToFitContent()
2716 bool stretching = parent()->style()->boxAlign() == BSTRETCH; in computeLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h794 case BSTRETCH: in CSSPrimitiveValue()
817 return BSTRETCH; in EBoxAlignment()
831 return BSTRETCH; in EBoxAlignment()