Home
last modified time | relevance | path

Searched refs:getPresentationAttribute (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.idl36 CSSValue getPresentationAttribute([Default=Undefined] optional DOMString name);
DSVGElement.h57 PassRefPtr<CSSValue> getPresentationAttribute(const String& name);
DSVGElement.cpp281 PassRefPtr<CSSValue> SVGElement::getPresentationAttribute(const String& name) in getPresentationAttribute() function in WebCore::SVGElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DReferenceFilterBuilder.cpp85 RefPtr<CSSValue> cssValue = svgElement->getPresentationAttribute( in getSVGElementColorSpace()