Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1037 …rderLeftColor, &RenderStyle::setBorderLeftColor, &RenderStyle::visitedLinkBorderLeftColor, &Render… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1350 result = visitedLink ? visitedLinkBorderLeftColor() : borderLeftColor(); in colorIncludingFallback()
DRenderStyle.h1758 …Color visitedLinkBorderLeftColor() const { return rareNonInheritedData->m_visitedLinkBorderLeftCol… in visitedLinkBorderLeftColor() function