Searched refs:isSVGGraphicsElement (Results 1 – 7 of 7) sorted by relevance
68 virtual bool isSVGGraphicsElement() const OVERRIDE { return true; } in DECLARE_ANIMATED_TRANSFORM_LIST()79 inline bool isSVGGraphicsElement(const Node& node) in isSVGGraphicsElement() function81 return node.isSVGElement() && toSVGElement(node).isSVGGraphicsElement(); in isSVGGraphicsElement()
57 if (target && target->isSVGGraphicsElement()) { in getTransformToElement()
83 virtual bool isSVGGraphicsElement() const { return false; } in isSVGGraphicsElement() function
69 if (!targetElement->isSVGGraphicsElement()) in hasValidAttributeType()
549 if (n->isSVGElement() && toSVGElement(n)->isSVGGraphicsElement()) { in toClipPath()
599 if (!isSVGGraphicsElement()) in getBoundingBox()
99 if (!childNode->isSVGElement() || !toSVGElement(childNode)->isSVGGraphicsElement()) in tryPathOnlyClipping()