Searched refs:textStrokeColor (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.h67 StyleColor textStrokeColor() const { return m_textStrokeColorIsCurrentColor ? StyleColor::currentColor() : StyleColor(m_textStrokeColor); } function in class:blink::StyleRareInheritedData
H A DRenderStyle.cpp699 || rareInheritedData->textStrokeColor() != other.rareInheritedData->textStrokeColor()
1389 StyleColor textStrokeStyleColor = isVisited ? visitedLinkTextStrokeColor() : textStrokeColor();
1443 result = visitedLink ? visitedLinkTextStrokeColor() : textStrokeColor();
H A DRenderStyle.h1249 void setTextStrokeColor(const StyleColor& c) { SET_VAR_WITH_SETTER(rareInheritedData, textStrokeColor, setTextStrokeColor, c); }
1790 StyleColor textStrokeColor() const { return rareInheritedData->textStrokeColor(); } function in class:blink::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp242 Color textStrokeColor = o.resolveColor(CSSPropertyWebkitTextStrokeColor); local
243 if (o.parent()->resolveColor(CSSPropertyWebkitTextStrokeColor) != textStrokeColor
244 && textStrokeColor != color && textStrokeColor.rgb())
245 ts << " [textStrokeColor=" << textStrokeColor << "]"; local
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp286 return a.textStrokeColor() == b.textStrokeColor()
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp491 if (renderStyle->textStrokeColor().isCurrentColor())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2237 return currentColorOrValidColor(*style, style->textStrokeColor());

Completed in 109 milliseconds