Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp58 , m_lineBoxContain(RenderStyle::initialLineBoxContain()) in StyleRareInheritedData()
94 , m_lineBoxContain(o.m_lineBoxContain) in StyleRareInheritedData()
150 && m_lineBoxContain == o.m_lineBoxContain in operator ==()
DStyleRareInheritedData.h91 unsigned m_lineBoxContain: 7; // LineBoxContain variable
DRenderStyle.cpp408 || rareInheritedData->m_lineBoxContain != other->rareInheritedData->m_lineBoxContain) in diff()
DRenderStyle.h777 LineBoxContain lineBoxContain() const { return rareInheritedData->m_lineBoxContain; } in lineBoxContain()
1127 void setLineBoxContain(LineBoxContain c) { SET_VAR(rareInheritedData, m_lineBoxContain, c); } in setLineBoxContain()