Searched refs:m_textDecorationColor (Results 1 – 4 of 4) sorted by relevance
50 , m_textDecorationColor(StyleColor::currentColor()) in StyleRareNonInheritedData()134 , m_textDecorationColor(o.m_textDecorationColor) in StyleRareNonInheritedData()224 && m_textDecorationColor == o.m_textDecorationColor in operator ==()
138 StyleColor m_textDecorationColor; variable
695 …|| rareNonInheritedData->m_textDecorationColor != other.rareNonInheritedData->m_textDecorationColo… in updatePropertySpecificDifferences()
1348 …xtDecorationColor(const StyleColor& c) { SET_VAR(rareNonInheritedData, m_textDecorationColor, c); } in setTextDecorationColor()1799 StyleColor textDecorationColor() const { return rareNonInheritedData->m_textDecorationColor; } in textDecorationColor()