HomeSort by relevance Sort by last modified time
    Searched refs:m_textEmphasisColor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 69 StyleColor textEmphasisColor() const { return m_textEmphasisColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textEmphasisColor); }
76 void setTextEmphasisColor(const StyleColor& color) { m_textEmphasisColor = color.resolve(Color()); m_textEmphasisColorIsCurrentColor = color.isCurrentColor(); }
84 Color m_textEmphasisColor;
StyleRareInheritedData.cpp 108 , m_textEmphasisColor(o.m_textEmphasisColor)
171 && m_textEmphasisColor == o.m_textEmphasisColor

Completed in 285 milliseconds