Home
last modified time | relevance | path

Searched refs:setTextFillColor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp380 …opertyColorBase(&RenderStyle::textFillColor, &RenderStyle::color, &RenderStyle::setTextFillColor)); in CSSStyleApplyProperty()
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp689 …olor(CSSPropertyWebkitTextFillColor, &RenderStyle::textFillColor, &RenderStyle::setTextFillColor)); in ensurePropertyMap()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h1029 void setTextFillColor(const Color& c) { SET_VAR(rareInheritedData, textFillColor, c) } in setTextFillColor() function
/external/webkit/Source/WebCore/
DChangeLog-2006-12-312123 (WebCore::RenderStyle::setTextFillColor):