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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.cpp 80 SVGUseElement* useElement = 0;
82 useElement = toSVGUseElement(element);
86 useElement = toSVGUseElement(correspondingElement);
89 if (useElement) {
90 SVGLengthContext lengthContext(useElement);
92 useElement->x()->currentValue()->value(lengthContext),
93 useElement->y()->currentValue()->value(lengthContext));
RenderSVGResourceClipper.cpp 284 SVGUseElement& useElement = toSVGUseElement(*childElement);
285 renderer = useElement.rendererClipChild();
288 if (!useElement.hasAttribute(SVGNames::clip_ruleAttr))

Completed in 226 milliseconds