Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp331 unsigned int flexGroup = child->style()->boxFlexGroup(); in gatherFlexChildrenInfo()
1017 …thOrFlexing(child) || child->style()->boxFlex() == 0.0f || child->style()->boxFlexGroup() != group) in allowedChildFlex()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h740 …unsigned int boxFlexGroup() const { return rareNonInheritedData->m_deprecatedFlexibleBox->flex_gro… in boxFlexGroup() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1888 return cssValuePool().createValue(style->boxFlexGroup(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()