Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp88 , m_lineBoxContain(RenderStyle::initialLineBoxContain()) in StyleRareInheritedData()
144 , m_lineBoxContain(o.m_lineBoxContain) in StyleRareInheritedData()
212 && m_lineBoxContain == o.m_lineBoxContain in operator ==()
DStyleRareInheritedData.h127 unsigned m_lineBoxContain: 7; // LineBoxContain variable
DRenderStyle.cpp505 || rareInheritedData->m_lineBoxContain != other.rareInheritedData->m_lineBoxContain in diffNeedsFullLayoutAndPaintInvalidation()
DRenderStyle.h931 LineBoxContain lineBoxContain() const { return rareInheritedData->m_lineBoxContain; } in lineBoxContain()
1400 void setLineBoxContain(LineBoxContain c) { SET_VAR(rareInheritedData, m_lineBoxContain, c); } in setLineBoxContain()