Searched refs:boxFlexGroup (Results 1 – 3 of 3) sorted by relevance
331 unsigned int flexGroup = child->style()->boxFlexGroup(); in gatherFlexChildrenInfo()1017 …thOrFlexing(child) || child->style()->boxFlex() == 0.0f || child->style()->boxFlexGroup() != group) in allowedChildFlex()
740 …unsigned int boxFlexGroup() const { return rareNonInheritedData->m_deprecatedFlexibleBox->flex_gro… in boxFlexGroup() function
1888 return cssValuePool().createValue(style->boxFlexGroup(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()