Searched defs:useElement (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGShadowTreeRootContainer.cpp55 SVGUseElement* useElement = static_cast<SVGUseElement*>(node()); local
58 m_shadowRoot = SVGShadowTreeRootElement::create(document(), useElement);
59 useElement->buildPendingResource();
62 ASSERT(m_shadowRoot->svgShadowHost() == useElement);
78 if ((shouldRecreateTree || !hadExistingTree) && !useElement->isPendingResource()) {
79 useElement->buildShadowAndInstanceTree(m_shadowRoot.get());
H A DRenderSVGResourceClipper.cpp239 SVGUseElement* useElement = static_cast<SVGUseElement*>(childNode); local
240 renderer = useElement->rendererClipChild();
243 if (!useElement->hasAttribute(SVGNames::clip_ruleAttr))
/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.cpp92 SVGUseElement* useElement = static_cast<SVGUseElement*>(shadowParent); local
94 String useTitle(useElement->title());
H A DSVGUseElement.cpp248 SVGUseElement* useElement = targetInstance->directUseElement(); local
249 if (!useElement)
271 if (useElement->hasAttribute(SVGNames::widthAttr))
272 shadowTreeElement->setAttribute(SVGNames::widthAttr, useElement->getAttribute(SVGNames::widthAttr));
276 if (useElement->hasAttribute(SVGNames::heightAttr))
277 shadowTreeElement->setAttribute(SVGNames::heightAttr, useElement->getAttribute(SVGNames::heightAttr));
317 SVGUseElement* useElement = static_cast<SVGUseElement*>(correspondingElement);
319 containerElement->setContainerOffset(useElement->x(), useElement->y());
487 : useElement(currentUseElemen
497 SVGUseElement* useElement; member in struct:WebCore::ShadowTreeUpdateBlocker
[all...]

Completed in 262 milliseconds