Searched refs:getPresentationAttribute (Results 1 – 4 of 4) sorted by relevance
36 CSSValue getPresentationAttribute([Default=Undefined] optional DOMString name);
57 PassRefPtr<CSSValue> getPresentationAttribute(const String& name);
281 PassRefPtr<CSSValue> SVGElement::getPresentationAttribute(const String& name) in getPresentationAttribute() function in WebCore::SVGElement
85 RefPtr<CSSValue> cssValue = svgElement->getPresentationAttribute( in getSVGElementColorSpace()