Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1104 const Color RenderStyle::colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const in colorIncludingFallback() function in WebCore::RenderStyle
1164 Color unvisitedColor = colorIncludingFallback(colorProperty, borderStyle); in visitedDependentColor()
1171 Color visitedColor = visitedStyle->colorIncludingFallback(colorProperty, borderStyle); in visitedDependentColor()
H A DRenderStyle.h1357 const Color colorIncludingFallback(int colorProperty, EBorderStyle borderStyle) const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-05-241233 (WebCore::RenderStyle::colorIncludingFallback):
7382 (WebCore::colorIncludingFallback):
24758 (WebCore::colorIncludingFallback):
H A DChangeLog-2010-12-061521 (WebCore::RenderStyle::colorIncludingFallback): Handle text-emphasis-color.