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 165 return currentColorOrValidColor(*style, svgStyle->floodColor());
167 return currentColorOrValidColor(*style, svgStyle->lightingColor());
169 return currentColorOrValidColor(*style, svgStyle->stopColor());
CSSComputedStyleDeclaration.h 109 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> currentColorOrValidColor(const RenderStyle&, const StyleColor&) const;
CSSComputedStyleDeclaration.cpp 640 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSComputedStyleDeclaration::currentColorOrValidColor(const RenderStyle& style, const StyleColor& color) const
    [all...]

Completed in 47 milliseconds