Searched defs:textFillColor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.h68 StyleColor textFillColor() const { return m_textFillColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textFillColor); } function in class:blink::StyleRareInheritedData
H A DRenderStyle.h1251 void setTextFillColor(const StyleColor& c) { SET_VAR_WITH_SETTER(rareInheritedData, textFillColor, setTextFillColor, c); }
1789 StyleColor textFillColor() const { return rareInheritedData->textFillColor(); } function in class:blink::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp237 Color textFillColor = o.resolveColor(CSSPropertyWebkitTextFillColor); local
238 if (o.parent()->resolveColor(CSSPropertyWebkitTextFillColor) != textFillColor
239 && textFillColor != color && textFillColor.rgb())
240 ts << " [textFillColor=" << textFillColor << "]"; local

Completed in 950 milliseconds