HomeSort by relevance Sort by last modified time
    Searched defs:SVGFETileElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFETileElement.h 30 class SVGFETileElement : public SVGFilterPrimitiveStandardAttributes {
32 static PassRefPtr<SVGFETileElement> create(const QualifiedName&, Document*);
35 SVGFETileElement(const QualifiedName&, Document*);
SVGFETileElement.cpp 24 #include "SVGFETileElement.h"
35 DEFINE_ANIMATED_STRING(SVGFETileElement, SVGNames::inAttr, In1, in1)
37 inline SVGFETileElement::SVGFETileElement(const QualifiedName& tagName, Document* document)
42 PassRefPtr<SVGFETileElement> SVGFETileElement::create(const QualifiedName& tagName, Document* document)
44 return adoptRef(new SVGFETileElement(tagName, document));
47 void SVGFETileElement::parseMappedAttribute(Attribute* attr)
56 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName)
64 void SVGFETileElement::synchronizeProperty(const QualifiedName& attrName
    [all...]

Completed in 556 milliseconds