Searched refs:m_flexibleBox (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleRareNonInheritedData.cpp105 , m_flexibleBox(o.m_flexibleBox)
194 && m_flexibleBox == o.m_flexibleBox
H A DStyleRareNonInheritedData.h112 DataRef<StyleFlexibleBoxData> m_flexibleBox; member in class:WebCore::StyleRareNonInheritedData
H A DRenderStyle.cpp145 rareNonInheritedData.access()->m_flexibleBox.init();
423 if (rareNonInheritedData->m_flexibleBox.get() != other->rareNonInheritedData->m_flexibleBox.get()
424 && *rareNonInheritedData->m_flexibleBox.get() != *other->rareNonInheritedData->m_flexibleBox.get())
H A DRenderStyle.h776 float flexGrow() const { return rareNonInheritedData->m_flexibleBox->m_flexGrow; }
777 float flexShrink() const { return rareNonInheritedData->m_flexibleBox->m_flexShrink; }
778 Length flexBasis() const { return rareNonInheritedData->m_flexibleBox->m_flexBasis; }
782 EFlexDirection flexDirection() const { return static_cast<EFlexDirection>(rareNonInheritedData->m_flexibleBox->m_flexDirection); }
785 EFlexWrap flexWrap() const { return static_cast<EFlexWrap>(rareNonInheritedData->m_flexibleBox->m_flexWrap); }
1298 void setFlexGrow(float f) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexGrow, f); }
1299 void setFlexShrink(float f) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexShrink, f); }
1300 void setFlexBasis(Length length) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexBasis, length); }
1305 void setFlexDirection(EFlexDirection direction) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexDirection, direction); }
1306 void setFlexWrap(EFlexWrap w) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexWra
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFlexibleBox.h91 const RenderFlexibleBox* m_flexibleBox; member in class:WebCore::RenderFlexibleBox::OrderIterator
H A DRenderFlexibleBox.cpp53 : m_flexibleBox(flexibleBox)
85 m_currentChild = m_flexibleBox->firstChildBox();

Completed in 250 milliseconds