Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp76 , m_textDecorationStyle(RenderStyle::initialTextDecorationStyle()) in StyleRareNonInheritedData()
160 , m_textDecorationStyle(o.m_textDecorationStyle) in StyleRareNonInheritedData()
251 && m_textDecorationStyle == o.m_textDecorationStyle in operator ==()
DStyleRareNonInheritedData.h172 unsigned m_textDecorationStyle : 3; // TextDecorationStyle variable
DRenderStyle.cpp694 …if (rareNonInheritedData->m_textDecorationStyle != other.rareNonInheritedData->m_textDecorationSty… in updatePropertySpecificDifferences()
DRenderStyle.h573 …e() const { return static_cast<TextDecorationStyle>(rareNonInheritedData->m_textDecorationStyle); } in textDecorationStyle()
1137 …DecorationStyle(TextDecorationStyle v) { SET_VAR(rareNonInheritedData, m_textDecorationStyle, v); } in setTextDecorationStyle()