Searched defs:colorProperty (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1403 Color RenderStyle::colorIncludingFallback(int colorProperty, bool visitedLink) const argument
1407 switch (colorProperty) {
1472 Color RenderStyle::visitedDependentColor(int colorProperty) const
1474 Color unvisitedColor = colorIncludingFallback(colorProperty, false);
1478 Color visitedColor = colorIncludingFallback(colorProperty, true);
1485 if (colorProperty == CSSPropertyBackgroundColor && visitedColor == Color::transparent)

Completed in 445 milliseconds