Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp50 , m_textDecorationColor(StyleColor::currentColor()) in StyleRareNonInheritedData()
134 , m_textDecorationColor(o.m_textDecorationColor) in StyleRareNonInheritedData()
224 && m_textDecorationColor == o.m_textDecorationColor in operator ==()
DStyleRareNonInheritedData.h138 StyleColor m_textDecorationColor; variable
DRenderStyle.cpp695 …|| rareNonInheritedData->m_textDecorationColor != other.rareNonInheritedData->m_textDecorationColo… in updatePropertySpecificDifferences()
DRenderStyle.h1348 …xtDecorationColor(const StyleColor& c) { SET_VAR(rareNonInheritedData, m_textDecorationColor, c); } in setTextDecorationColor()
1799 StyleColor textDecorationColor() const { return rareNonInheritedData->m_textDecorationColor; } in textDecorationColor()