Home
last modified time | relevance | path

Searched refs:m_textEmphasisColor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h69 …m_textEmphasisColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textEmphasisColor); } in textEmphasisColor()
76 …void setTextEmphasisColor(const StyleColor& color) { m_textEmphasisColor = color.resolve(Color());… in setTextEmphasisColor()
84 Color m_textEmphasisColor; variable
DStyleRareInheritedData.cpp108 , m_textEmphasisColor(o.m_textEmphasisColor) in StyleRareInheritedData()
171 && m_textEmphasisColor == o.m_textEmphasisColor in operator ==()