Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp86 , m_textIndentLine(RenderStyle::initialTextIndentLine()) in StyleRareInheritedData()
142 , m_textIndentLine(o.m_textIndentLine) in StyleRareInheritedData()
210 && m_textIndentLine == o.m_textIndentLine in operator ==()
DStyleRareInheritedData.h125 unsigned m_textIndentLine : 1; // TextIndentEachLine variable
DRenderStyle.cpp519 || rareInheritedData->m_textIndentLine != other.rareInheritedData->m_textIndentLine in diffNeedsFullLayoutAndRepaint()
DRenderStyle.h578 …textIndentLine() const { return static_cast<TextIndentLine>(rareInheritedData->m_textIndentLine); } in textIndentLine()
1127 void setTextIndentLine(TextIndentLine v) { SET_VAR(rareInheritedData, m_textIndentLine, v); } in setTextIndentLine()