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

  /external/webkit/WebCore/svg/
SVGImageElement.h 37 class SVGImageElement : public SVGStyledTransformableElement,
43 SVGImageElement(const QualifiedName&, Document*);
44 virtual ~SVGImageElement();
65 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::xAttr, SVGLength, X, x)
66 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::yAttr, SVGLength, Y, y)
67 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::widthAttr, SVGLength, Width, width)
68 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::heightAttr, SVGLength, Height, height)
69 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::preserveAspectRatioAttr, SVGPreserveAspectRatio, PreserveAspectRatio, preserveAspectRatio)
72 DECLARE_ANIMATED_PROPERTY(SVGImageElement, XLinkNames::hrefAttr, String, Href, href)
75 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequir (…)
    [all...]
SVGImageElement.cpp 25 #include "SVGImageElement.h"
38 SVGImageElement::SVGImageElement(const QualifiedName& tagName, Document* doc)
52 SVGImageElement::~SVGImageElement()
56 void SVGImageElement::parseMappedAttribute(MappedAttribute *attr)
87 void SVGImageElement::svgAttributeChanged(const QualifiedName& attrName)
108 void SVGImageElement::synchronizeProperty(const QualifiedName& attrName)
139 bool SVGImageElement::hasRelativeValues() const
145 RenderObject* SVGImageElement::createRenderer(RenderArena* arena, RenderStyle*
    [all...]

Completed in 367 milliseconds