Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp241 style->setVisitedLinkBackgroundColor(toAnimatableColor(value)->visitedLinkColor()); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp959 …oundColor, &RenderStyle::visitedLinkBackgroundColor, &RenderStyle::setVisitedLinkBackgroundColor)); in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1706 …void setVisitedLinkBackgroundColor(const Color& v) { SET_VAR(rareNonInheritedData, m_visitedLinkBa… in setVisitedLinkBackgroundColor() function