Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp64 , m_hasAutoOrphans(true) in StyleRareInheritedData()
120 , m_hasAutoOrphans(o.m_hasAutoOrphans) in StyleRareInheritedData()
184 && m_hasAutoOrphans == o.m_hasAutoOrphans in operator ==()
DStyleRareInheritedData.h101 unsigned m_hasAutoOrphans : 1; variable
DRenderStyle.h718 bool hasAutoOrphans() const { return rareInheritedData->m_hasAutoOrphans; } in hasAutoOrphans()
1238 …void setHasAutoOrphans() { SET_VAR(rareInheritedData, m_hasAutoOrphans, true); SET_VAR(rareInherit… in setHasAutoOrphans()
1239 …void setOrphans(short o) { SET_VAR(rareInheritedData, m_hasAutoOrphans, false); SET_VAR(rareInheri… in setOrphans()