Home
last modified time | relevance | path

Searched refs:isSVGColor (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSValueCustom.cpp58 if (impl->isSVGColor()) in toV8()
/external/webkit/Source/WebCore/css/
DCSSValue.h69 virtual bool isSVGColor() const { return false; } in isSVGColor() function
DSVGCSSStyleSelector.cpp473 if (value->isSVGColor()) in applySVGProperty()
480 if (value->isSVGColor()) in applySVGProperty()
505 if (value->isSVGColor()) in applySVGProperty()
/external/webkit/Source/WebCore/bindings/js/
DJSCSSValueCustom.cpp64 else if (value->isSVGColor()) in toJS()
/external/webkit/Source/WebCore/svg/
DSVGColor.h83 virtual bool isSVGColor() const { return true; } in isSVGColor() function
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.mm113 if (impl->isSVGColor())
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3121825 - Adds isSVGColor() and isSVGPaint() methods to StyleBase, matching
21875 (WebCore::StyleBase::isSVGColor):
21886 (WebCore::SVGColor::isSVGColor):
DChangeLog-2008-08-1011235 (WebCore::CSSValue::isSVGColor):
11359 (WebCore::SVGColor::isSVGColor):
DChangeLog-2011-02-1638044 (WebCore::SVGColor::isSVGColor):