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.cpp81 , m_lineBoxContain(RenderStyle::initialLineBoxContain()) in StyleRareInheritedData()
133 , m_lineBoxContain(o.m_lineBoxContain) in StyleRareInheritedData()
205 && m_lineBoxContain == o.m_lineBoxContain in operator ==()
DStyleRareInheritedData.h99 unsigned m_lineBoxContain: 7; // LineBoxContain variable
DRenderStyle.cpp477 || rareInheritedData->m_lineBoxContain != other->rareInheritedData->m_lineBoxContain in diff()
DRenderStyle.h908 LineBoxContain lineBoxContain() const { return rareInheritedData->m_lineBoxContain; } in lineBoxContain()
1357 void setLineBoxContain(LineBoxContain c) { SET_VAR(rareInheritedData, m_lineBoxContain, c); } in setLineBoxContain()