Home
last modified time | relevance | path

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

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