HomeSort by relevance Sort by last modified time
    Searched refs:currentColorOrValidColor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 157 return currentColorOrValidColor(*style, svgStyle->floodColor());
159 return currentColorOrValidColor(*style, svgStyle->lightingColor());
161 return currentColorOrValidColor(*style, svgStyle->stopColor());
CSSComputedStyleDeclaration.h 133 PassRefPtr<CSSPrimitiveValue> currentColorOrValidColor(const RenderStyle&, const Color&) const;
CSSComputedStyleDeclaration.cpp 656 PassRefPtr<CSSPrimitiveValue> CSSComputedStyleDeclaration::currentColorOrValidColor(const RenderStyle& style, const Color& color) const
    [all...]

Completed in 87 milliseconds