Home
last modified time | relevance | path

Searched refs:setTextStrokeColor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.h74 …void setTextStrokeColor(const StyleColor& color) { m_textStrokeColor = color.resolve(Color()); m_t… in setTextStrokeColor() function
DRenderStyle.h1249 …void setTextStrokeColor(const StyleColor& c) { SET_VAR_WITH_SETTER(rareInheritedData, textStrokeCo… in setTextStrokeColor() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp579 style->setTextStrokeColor(toAnimatableColor(value)->color()); in applyProperty()