HomeSort by relevance Sort by last modified time
    Searched refs:useElement (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGShadowTreeRootContainer.cpp 55 SVGUseElement* useElement = static_cast<SVGUseElement*>(node());
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());
RenderSVGResourceClipper.cpp 239 SVGUseElement* useElement = static_cast<SVGUseElement*>(childNode);
240 renderer = useElement->rendererClipChild();
243 if (!useElement->hasAttribute(SVGNames::clip_ruleAttr))
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 248 SVGUseElement* useElement = targetInstance->directUseElement();
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(currentUseElement
    [all...]
SVGStyledElement.cpp 92 SVGUseElement* useElement = static_cast<SVGUseElement*>(shadowParent);
94 String useTitle(useElement->title());

Completed in 44 milliseconds