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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 67 StyleColor textStrokeColor() const { return m_textStrokeColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textStrokeColor); }
74 void setTextStrokeColor(const StyleColor& color) { m_textStrokeColor = color.resolve(Color()); m_textStrokeColorIsCurrentColor = color.isCurrentColor(); }
81 Color m_textStrokeColor;
StyleRareInheritedData.cpp 105 , m_textStrokeColor(o.m_textStrokeColor)
168 return m_textStrokeColor == o.m_textStrokeColor

Completed in 40 milliseconds