Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1105 const Color RenderStyle::colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const in colorIncludingFallback() function in WebCore::RenderStyle
1165 Color unvisitedColor = colorIncludingFallback(colorProperty, borderStyle); in visitedDependentColor()
1172 Color visitedColor = visitedStyle->colorIncludingFallback(colorProperty, borderStyle); in visitedDependentColor()
DRenderStyle.h1365 const Color colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const;
/external/webkit/Source/WebCore/
DChangeLog-2010-05-241233 (WebCore::RenderStyle::colorIncludingFallback):
7382 (WebCore::colorIncludingFallback):
24758 (WebCore::colorIncludingFallback):
DChangeLog-2010-12-061521 (WebCore::RenderStyle::colorIncludingFallback): Handle text-emphasis-color.