OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textFillColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h
68
StyleColor textFillColor() const { return m_textFillColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(
m_textFillColor
); }
75
void setTextFillColor(const StyleColor& color) {
m_textFillColor
= color.resolve(Color()); m_textFillColorIsCurrentColor = color.isCurrentColor(); }
83
Color
m_textFillColor
;
StyleRareInheritedData.cpp
107
,
m_textFillColor
(o.
m_textFillColor
)
170
&&
m_textFillColor
== o.
m_textFillColor
Completed in 45 milliseconds