Searched defs:SVGFEOffsetElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEOffsetElement.cpp23 #include "core/svg/SVGFEOffsetElement.h"
31 inline SVGFEOffsetElement::SVGFEOffsetElement(Document& document) function in class:blink::SVGFEOffsetElement
42 DEFINE_NODE_FACTORY(SVGFEOffsetElement)
44 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
55 void SVGFEOffsetElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
76 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName)
93 PassRefPtr<FilterEffect> SVGFEOffsetElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)

Completed in 69 milliseconds