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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.cpp101 , textStrokeColor(o.textStrokeColor)
168 return textStrokeColor == o.textStrokeColor
H A DStyleRareInheritedData.h61 Color textStrokeColor; member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.cpp674 || rareInheritedData->textStrokeColor != other->rareInheritedData->textStrokeColor
1384 result = visitedLink ? visitedLinkTextStrokeColor() : textStrokeColor();
H A DRenderStyle.h1205 void setTextStrokeColor(const Color& c) { SET_VAR(rareInheritedData, textStrokeColor, c); }
1755 Color textStrokeColor() const { return rareInheritedData->textStrokeColor; } function in class:WebCore::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp238 Color textStrokeColor = o.resolveColor(CSSPropertyWebkitTextStrokeColor); local
239 if (o.parent()->resolveColor(CSSPropertyWebkitTextStrokeColor) != textStrokeColor
240 && textStrokeColor.isValid() && textStrokeColor != color && textStrokeColor.rgb())
241 ts << " [textStrokeColor=" << textStrokeColor.nameForRenderTreeAsText() << "]";
H A DInlineTextBox.cpp540 Color textStrokeColor; local
549 textStrokeColor = Color::black;
566 textStrokeColor = rendererToUse->resolveColor(styleToUse, CSSPropertyWebkitTextStrokeColor);
570 textStrokeColor = correctedTextColor(textStrokeColor, Color::white);
583 Color selectionStrokeColor = textStrokeColor;
694 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth);
703 updateGraphicsContext(context, emphasisMarkColor, textStrokeColor, textStrokeWidth);
730 updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth);
748 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidt
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp481 if (!renderStyle->textStrokeColor().isValid())
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
H A DCSSPropertyAnimation.cpp1036 gPropertyWrappers->append(new PropertyWrapperVisitedAffectedColor(CSSPropertyWebkitTextStrokeColor, MaybeInvalidColor, &RenderStyle::textStrokeColor, &RenderStyle::setTextStrokeColor, &RenderStyle::visitedLinkTextStrokeColor, &RenderStyle::setVisitedLinkTextStrokeColor));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp2333 return currentColorOrValidColor(*style, style->textStrokeColor());

Completed in 192 milliseconds