Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h67 …urn m_textStrokeColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textStrokeColor); } in textStrokeColor()
74 …void setTextStrokeColor(const StyleColor& color) { m_textStrokeColor = color.resolve(Color()); m_t… in setTextStrokeColor()
81 Color m_textStrokeColor; variable
DStyleRareInheritedData.cpp105 , m_textStrokeColor(o.m_textStrokeColor) in StyleRareInheritedData()
168 return m_textStrokeColor == o.m_textStrokeColor in operator ==()