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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h771 inline Color resolveColor(const RenderStyle* styleToUse, int colorProperty) const
773 return styleToUse->visitedDependentColor(colorProperty);
776 inline Color resolveColor(int colorProperty) const
778 return style()->visitedDependentColor(colorProperty);
1090 Color selectionColor(int colorProperty) const;
H A DRenderObject.cpp1938 Color RenderObject::selectionColor(int colorProperty) const
1943 return resolveColor(colorProperty);
1946 return resolveColor(pseudoStyle.get(), colorProperty);
1948 return resolveColor(colorProperty);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1420 Color RenderStyle::colorIncludingFallback(int colorProperty, bool visitedLink) const argument
1424 switch (colorProperty) {
1489 Color RenderStyle::visitedDependentColor(int colorProperty) const
1491 Color unvisitedColor = colorIncludingFallback(colorProperty, false);
1495 Color visitedColor = colorIncludingFallback(colorProperty, true);
1502 if (colorProperty == CSSPropertyBackgroundColor && visitedColor == Color::transparent)
H A DRenderStyle.h1529 Color visitedDependentColor(int colorProperty) const;
1786 Color colorIncludingFallback(int colorProperty, bool visitedLink) const;

Completed in 168 milliseconds