Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGUseElement

25 #include "SVGUseElement.h"
57 SVGUseElement::SVGUseElement(const QualifiedName& tagName, Document* doc)
72 SVGUseElement::~SVGUseElement()
76 SVGElementInstance* SVGUseElement::instanceRoot() const
88 SVGElementInstance* SVGUseElement::animatedInstanceRoot() const
94 void SVGUseElement::parseMappedAttribute(MappedAttribute* attr)
121 void SVGUseElement::insertedIntoDocument()
129 void SVGUseElement::removedFromDocument()
135 void SVGUseElement::svgAttributeChanged(const QualifiedName& attrName)
177 void SVGUseElement::synchronizeProperty(const QualifiedName& attrName)
205 static void updateContainerSize(SVGUseElement* useElement, SVGElementInstance* targetInstance)
241 void SVGUseElement::updateContainerSizes()
275 SVGUseElement* useElement = static_cast<SVGUseElement*>(correspondingElement);
280 void SVGUseElement::updateContainerOffsets()
305 void SVGUseElement::recalcStyle(StyleChange change)
407 void SVGUseElement::buildPendingResource()
433 void SVGUseElement::buildShadowAndInstanceTree(SVGShadowTreeRootElement* shadowRoot)
549 RenderObject* SVGUseElement::createRenderer(RenderArena* arena, RenderStyle*)
560 void SVGUseElement::attach()
568 void SVGUseElement::detach()
585 Path SVGUseElement::toClipPath() const
602 void SVGUseElement::buildInstanceTree(SVGElement* target, SVGElementInstance* targetInstance, bool& foundProblem)
635 handleDeepUseReferencing(static_cast<SVGUseElement*>(target), targetInstance, foundProblem);
638 void SVGUseElement::handleDeepUseReferencing(SVGUseElement* use, SVGElementInstance* targetInstance, bool& foundProblem)
677 void SVGUseElement::removeDisallowedElementsFromSubtree(Node* subtree)
693 void SVGUseElement::buildShadowTree(SVGShadowTreeRootElement* shadowRoot, SVGElement* target, SVGElementInstance* targetInstance)
720 void SVGUseElement::expandUseElementsInShadowTree(SVGShadowTreeRootElement* shadowRoot, Node* element)
730 SVGUseElement* use = static_cast<SVGUseElement*>(element);
793 void SVGUseElement::expandSymbolElementsInShadowTree(SVGShadowTreeRootElement* shadowRoot, Node* element)
839 void SVGUseElement::transferEventListenersToShadowTree(SVGElementInstance* target)
867 void SVGUseElement::associateInstancesWithShadowTreeElements(Node* target, SVGElementInstance* targetInstance)
907 SVGElementInstance* SVGUseElement::instanceForShadowTreeElement(Node* element) const
917 SVGElementInstance* SVGUseElement::instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const
938 void SVGUseElement::invalidateShadowTree()
944 void SVGUseElement::transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const
969 bool SVGUseElement::hasRelativeValues() const