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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.cpp 47 SVGUseElement* useElement = 0;
49 useElement = toSVGUseElement(element);
53 useElement = toSVGUseElement(correspondingElement);
56 if (useElement) {
57 SVGLengthContext lengthContext(useElement);
58 FloatSize translation(useElement->xCurrentValue().value(lengthContext), useElement->yCurrentValue().value(lengthContext));
RenderSVGViewportContainer.cpp 73 SVGUseElement* useElement = 0;
80 useElement = instance->directUseElement();
81 if (!useElement)
82 useElement = instance->correspondingUseElement();
87 ASSERT(useElement);
99 if (useElement->hasAttribute(SVGNames::widthAttr))
100 m_viewport.setWidth(useElement->widthCurrentValue().value(lengthContext));
106 if (useElement->hasAttribute(SVGNames::heightAttr))
107 m_viewport.setHeight(useElement->heightCurrentValue().value(lengthContext));
RenderSVGResourceClipper.cpp 242 SVGUseElement* useElement = toSVGUseElement(childNode);
243 renderer = useElement->rendererClipChild();
246 if (!useElement->hasAttribute(SVGNames::clip_ruleAttr))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventRetargeter.h 89 SVGUseElement* useElement = toSVGUseElement(shadowHostElement);
90 if (SVGElementInstance* instance = useElement->instanceForShadowTreeElement(referenceNode))
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 253 SVGUseElement* useElement = toSVGUseElement(shadowHostElement);
256 String useTitle(useElement->title());
    [all...]

Completed in 136 milliseconds