Searched refs:textFillColor (Results 1 - 6 of 6) 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.cpp698 if (rareInheritedData->textFillColor() != other.rareInheritedData->textFillColor()
1394 return isVisited ? visitedLinkTextFillColor() : textFillColor();
1440 result = visitedLink ? visitedLinkTextFillColor() : textFillColor();
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
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp489 if (renderStyle->textFillColor().isCurrentColor())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2184 return currentColorOrValidColor(*style, style->textFillColor());

Completed in 123 milliseconds