Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFlexibleBox.cpp321 unsigned int flexGroup = child->style()->boxFlexGroup(); in gatherFlexChildrenInfo()
1031 …if (child->isPositioned() || child->style()->boxFlex() == 0.0f || child->style()->boxFlexGroup() !… in allowedChildFlex()
/external/webkit/WebCore/css/
DCSSComputedStyleDeclaration.cpp778 return CSSPrimitiveValue::create(style->boxFlexGroup(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()
DCSSStyleSelector.cpp4822 HANDLE_INHERIT_AND_INITIAL(boxFlexGroup, BoxFlexGroup) in applyProperty()
/external/webkit/WebCore/rendering/style/
DRenderStyle.h617 unsigned int boxFlexGroup() const { return rareNonInheritedData->flexibleBox->flex_group; } in boxFlexGroup() function
/external/webkit/WebCore/
DChangeLog-2005-08-2335017 (khtml::RenderStyle::boxFlexGroup):