Searched refs:useElement (Results 1 – 4 of 4) sorted by relevance
55 SVGUseElement* useElement = static_cast<SVGUseElement*>(node()); in updateFromElement() local58 m_shadowRoot = SVGShadowTreeRootElement::create(document(), useElement); in updateFromElement()59 useElement->buildPendingResource(); in updateFromElement()62 ASSERT(m_shadowRoot->svgShadowHost() == useElement); in updateFromElement()78 if ((shouldRecreateTree || !hadExistingTree) && !useElement->isPendingResource()) { in updateFromElement()79 useElement->buildShadowAndInstanceTree(m_shadowRoot.get()); in updateFromElement()
239 SVGUseElement* useElement = static_cast<SVGUseElement*>(childNode); in drawContentIntoMaskImage() local240 renderer = useElement->rendererClipChild(); in drawContentIntoMaskImage()243 if (!useElement->hasAttribute(SVGNames::clip_ruleAttr)) in drawContentIntoMaskImage()
248 SVGUseElement* useElement = targetInstance->directUseElement(); in updateContainerSize() local249 if (!useElement) in updateContainerSize()271 if (useElement->hasAttribute(SVGNames::widthAttr)) in updateContainerSize()272 …shadowTreeElement->setAttribute(SVGNames::widthAttr, useElement->getAttribute(SVGNames::widthAttr)… in updateContainerSize()276 if (useElement->hasAttribute(SVGNames::heightAttr)) in updateContainerSize()277 …shadowTreeElement->setAttribute(SVGNames::heightAttr, useElement->getAttribute(SVGNames::heightAtt… in updateContainerSize()317 SVGUseElement* useElement = static_cast<SVGUseElement*>(correspondingElement); in updateContainerOffset() local319 containerElement->setContainerOffset(useElement->x(), useElement->y()); in updateContainerOffset()487 : useElement(currentUseElement) in buildShadowAndInstanceTree()489 useElement->setUpdatesBlocked(true); in buildShadowAndInstanceTree()[all …]
92 SVGUseElement* useElement = static_cast<SVGUseElement*>(shadowParent); in title() local94 String useTitle(useElement->title()); in title()