Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp54 if (child->style()->boxOrdinalGroup() > m_largestOrdinal) in FlexBoxIterator()
55 m_largestOrdinal = child->style()->boxOrdinalGroup(); in FlexBoxIterator()
100 m_ordinalValues.add(m_currentChild->style()->boxOrdinalGroup()); in next()
102 && m_currentChild->style()->boxOrdinalGroup() != m_currentOrdinal)); in next()
110 …return m_currentOrdinal == firstOrdinalValue && m_currentChild->style()->boxOrdinalGroup() != firs… in notFirstOrdinalValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h742 …unsigned int boxOrdinalGroup() const { return rareNonInheritedData->m_deprecatedFlexibleBox->ordin… in boxOrdinalGroup() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1892 … return cssValuePool().createValue(style->boxOrdinalGroup(), CSSPrimitiveValue::CSS_NUMBER); in getPropertyCSSValue()