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

/external/webkit/WebCore/svg/
H A DSVGForeignObjectElement.h33 class SVGForeignObjectElement : public SVGStyledTransformableElement, class in namespace:WebCore
39 SVGForeignObjectElement(const QualifiedName&, Document*);
40 virtual ~SVGForeignObjectElement();
51 DECLARE_ANIMATED_PROPERTY(SVGForeignObjectElement, SVGNames::xAttr, SVGLength, X, x)
52 DECLARE_ANIMATED_PROPERTY(SVGForeignObjectElement, SVGNames::yAttr, SVGLength, Y, y)
53 DECLARE_ANIMATED_PROPERTY(SVGForeignObjectElement, SVGNames::widthAttr, SVGLength, Width, width)
54 DECLARE_ANIMATED_PROPERTY(SVGForeignObjectElement, SVGNames::heightAttr, SVGLength, Height, height)
57 DECLARE_ANIMATED_PROPERTY(SVGForeignObjectElement, XLinkNames::hrefAttr, String, Href, href)
60 DECLARE_ANIMATED_PROPERTY(SVGForeignObjectElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
H A DSVGForeignObjectElement.cpp26 #include "SVGForeignObjectElement.h"
37 SVGForeignObjectElement::SVGForeignObjectElement(const QualifiedName& tagName, Document *doc) function in class:WebCore::SVGForeignObjectElement
49 SVGForeignObjectElement::~SVGForeignObjectElement()
53 void SVGForeignObjectElement::parseMappedAttribute(MappedAttribute* attr)
131 void SVGForeignObjectElement::svgAttributeChanged(const QualifiedName& attrName)
154 void SVGForeignObjectElement::synchronizeProperty(const QualifiedName& attrName)
182 RenderObject* SVGForeignObjectElement::createRenderer(RenderArena* arena, RenderStyle*)
187 bool SVGForeignObjectElement
[all...]

Completed in 196 milliseconds