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

  /external/webkit/Source/WebCore/svg/
SVGFEImageElement.h 38 class SVGFEImageElement : public SVGFilterPrimitiveStandardAttributes,
44 static PassRefPtr<SVGFEImageElement> create(const QualifiedName&, Document*);
46 virtual ~SVGFEImageElement();
49 SVGFEImageElement(const QualifiedName&, Document*);
SVGFEImageElement.cpp 25 #include "SVGFEImageElement.h"
42 DEFINE_ANIMATED_PRESERVEASPECTRATIO(SVGFEImageElement, SVGNames::preserveAspectRatioAttr, PreserveAspectRatio, preserveAspectRatio)
43 DEFINE_ANIMATED_STRING(SVGFEImageElement, XLinkNames::hrefAttr, Href, href)
44 DEFINE_ANIMATED_BOOLEAN(SVGFEImageElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
46 inline SVGFEImageElement::SVGFEImageElement(const QualifiedName& tagName, Document* document)
51 PassRefPtr<SVGFEImageElement> SVGFEImageElement::create(const QualifiedName& tagName, Document* document)
53 return adoptRef(new SVGFEImageElement(tagName, document));
56 SVGFEImageElement::~SVGFEImageElement(
    [all...]

Completed in 1544 milliseconds