Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h68 … return m_textFillColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textFillColor); } in textFillColor()
75 …void setTextFillColor(const StyleColor& color) { m_textFillColor = color.resolve(Color()); m_textF… in setTextFillColor()
83 Color m_textFillColor; variable
DStyleRareInheritedData.cpp107 , m_textFillColor(o.m_textFillColor) in StyleRareInheritedData()
170 && m_textFillColor == o.m_textFillColor in operator ==()