Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1376 return visitedLink ? visitedLinkTextDecorationColor() : textDecorationColor(); in colorIncludingFallback()
DRenderStyle.h1764 Color textDecorationColor() const { return rareNonInheritedData->m_textDecorationColor; } in textDecorationColor() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2279 return currentColorOrValidColor(*style, style->textDecorationColor()); in getPropertyCSSValue()