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

  /external/webkit/WebCore/svg/
SVGMaskElement.h 39 class SVGMaskElement : public SVGStyledLocatableElement,
45 SVGMaskElement(const QualifiedName&, Document*);
46 virtual ~SVGMaskElement();
61 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::maskUnitsAttr, int, MaskUnits, maskUnits)
62 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::maskContentUnitsAttr, int, MaskContentUnits, maskContentUnits)
63 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::xAttr, SVGLength, X, x)
64 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::yAttr, SVGLength, Y, y)
65 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::widthAttr, SVGLength, Width, width)
66 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::heightAttr, SVGLength, Height, height)
69 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, XLinkNames::hrefAttr, String, Href, href
    [all...]
SVGMaskElement.cpp 26 #include "SVGMaskElement.h"
50 SVGMaskElement::SVGMaskElement(const QualifiedName& tagName, Document* doc)
67 SVGMaskElement::~SVGMaskElement()
71 void SVGMaskElement::parseMappedAttribute(MappedAttribute* attr)
104 void SVGMaskElement::svgAttributeChanged(const QualifiedName& attrName)
119 void SVGMaskElement::synchronizeProperty(const QualifiedName& attrName)
147 void SVGMaskElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
153 FloatRect SVGMaskElement::maskBoundingBox(const FloatRect& objectBoundingBox) cons
    [all...]

Completed in 1231 milliseconds