Home
last modified time | relevance | path

Searched refs:useElement (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGShadowTreeRootContainer.cpp55 SVGUseElement* useElement = static_cast<SVGUseElement*>(node()); in updateFromElement() local
58 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()
DRenderSVGResourceClipper.cpp239 SVGUseElement* useElement = static_cast<SVGUseElement*>(childNode); in drawContentIntoMaskImage() local
240 renderer = useElement->rendererClipChild(); in drawContentIntoMaskImage()
243 if (!useElement->hasAttribute(SVGNames::clip_ruleAttr)) in drawContentIntoMaskImage()
/external/webkit/Source/WebCore/svg/
DSVGUseElement.cpp248 SVGUseElement* useElement = targetInstance->directUseElement(); in updateContainerSize() local
249 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() local
319 containerElement->setContainerOffset(useElement->x(), useElement->y()); in updateContainerOffset()
487 : useElement(currentUseElement) in buildShadowAndInstanceTree()
489 useElement->setUpdatesBlocked(true); in buildShadowAndInstanceTree()
[all …]
DSVGStyledElement.cpp92 SVGUseElement* useElement = static_cast<SVGUseElement*>(shadowParent); in title() local
94 String useTitle(useElement->title()); in title()