Searched refs:SVGFEComponentTransferElement (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFEComponentTransferElement.cpp24 #include "SVGFEComponentTransferElement.h"
38 DEFINE_ANIMATED_STRING(SVGFEComponentTransferElement, SVGNames::inAttr, In1, in1)
40 inline SVGFEComponentTransferElement::SVGFEComponentTransferElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEComponentTransferElement
45 PassRefPtr<SVGFEComponentTransferElement> SVGFEComponentTransferElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new SVGFEComponentTransferElement(tagName, document));
50 void SVGFEComponentTransferElement::parseMappedAttribute(Attribute* attr)
59 void SVGFEComponentTransferElement::synchronizeProperty(const QualifiedName& attrName)
67 AttributeToPropertyTypeMap& SVGFEComponentTransferElement
[all...]
H A DSVGFEComponentTransferElement.idl28 interface [Conditional=SVG&FILTERS] SVGFEComponentTransferElement : SVGElement,
H A DSVGFEComponentTransferElement.h30 class SVGFEComponentTransferElement : public SVGFilterPrimitiveStandardAttributes { class in namespace:WebCore
32 static PassRefPtr<SVGFEComponentTransferElement> create(const QualifiedName&, Document*);
35 SVGFEComponentTransferElement(const QualifiedName&, Document*);
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl752 attribute SVGFEComponentTransferElementConstructor SVGFEComponentTransferElement;
/external/webkit/Source/WebCore/
H A DAndroid.mk1090 svg/SVGFEComponentTransferElement.cpp \

Completed in 282 milliseconds