Home
last modified time | relevance | path

Searched refs:m_flexibleBox (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp109 , m_flexibleBox(o.m_flexibleBox) in StyleRareNonInheritedData()
195 && m_flexibleBox == o.m_flexibleBox in operator ==()
DStyleRareNonInheritedData.h106 DataRef<StyleFlexibleBoxData> m_flexibleBox; variable
DRenderStyle.h773 float flexGrow() const { return rareNonInheritedData->m_flexibleBox->m_flexGrow; } in flexGrow()
774 float flexShrink() const { return rareNonInheritedData->m_flexibleBox->m_flexShrink; } in flexShrink()
775 const Length& flexBasis() const { return rareNonInheritedData->m_flexibleBox->m_flexBasis; } in flexBasis()
781 …on() const { return static_cast<EFlexDirection>(rareNonInheritedData->m_flexibleBox->m_flexDirecti… in flexDirection()
784 …EFlexWrap flexWrap() const { return static_cast<EFlexWrap>(rareNonInheritedData->m_flexibleBox->m_… in flexWrap()
1267 …void setFlexGrow(float f) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexGrow, f); } in setFlexGrow()
1268 …void setFlexShrink(float f) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexShrink, … in setFlexShrink()
1269 …void setFlexBasis(const Length& length) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_… in setFlexBasis()
1278 …on(EFlexDirection direction) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexDirecti… in setFlexDirection()
1279 …void setFlexWrap(EFlexWrap w) { SET_VAR(rareNonInheritedData.access()->m_flexibleBox, m_flexWrap, … in setFlexWrap()
DRenderStyle.cpp125 rareNonInheritedData.access()->m_flexibleBox.init(); in RenderStyle()
482 … if (rareNonInheritedData->m_flexibleBox.get() != other.rareNonInheritedData->m_flexibleBox.get() in diffNeedsFullLayoutAndRepaint()
483 … && *rareNonInheritedData->m_flexibleBox.get() != *other.rareNonInheritedData->m_flexibleBox.get()) in diffNeedsFullLayoutAndRepaint()