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

  /external/webkit/Source/WebCore/svg/
SVGAnimateTransformElement.cpp 200 SVGElement* shadowTreeElement = (*it)->shadowTreeElement();
201 ASSERT(shadowTreeElement);
202 if (shadowTreeElement->isStyledTransformable())
203 static_cast<SVGStyledTransformableElement*>(shadowTreeElement)->setTransformBaseValue(*transformList);
204 else if (shadowTreeElement->hasTagName(SVGNames::textTag))
205 static_cast<SVGTextElement*>(shadowTreeElement)->setTransformBaseValue(*transformList);
206 else if (shadowTreeElement->hasTagName(SVGNames::linearGradientTag) || shadowTreeElement->hasTagName(SVGNames::radialGradientTag))
207 static_cast<SVGGradientElement*>(shadowTreeElement)->setGradientTransformBaseValue(*transformList)
    [all...]
SVGUseElement.cpp 259 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
260 ASSERT(shadowTreeElement);
261 ASSERT(shadowTreeElement->hasTagName(SVGNames::svgTag));
272 shadowTreeElement->setAttribute(SVGNames::widthAttr, useElement->getAttribute(SVGNames::widthAttr));
273 else if (isSymbolTag && shadowTreeElement->hasAttribute(SVGNames::widthAttr))
274 shadowTreeElement->setAttribute(SVGNames::widthAttr, "100%");
277 shadowTreeElement->setAttribute(SVGNames::heightAttr, useElement->getAttribute(SVGNames::heightAttr));
278 else if (isSymbolTag && shadowTreeElement->hasAttribute(SVGNames::heightAttr))
279 shadowTreeElement->setAttribute(SVGNames::heightAttr, "100%")
    [all...]
SVGAnimateMotionElement.cpp 237 SVGElement* shadowTreeElement = (*it)->shadowTreeElement();
238 ASSERT(shadowTreeElement);
239 AffineTransform* transform = shadowTreeElement->supplementalTransform();
243 if (RenderObject* renderer = shadowTreeElement->renderer()) {
SVGElementInstance.h 61 SVGElement* shadowTreeElement() const { return m_shadowTreeElement.get(); }
131 virtual Node* toNode() { return shadowTreeElement(); }
SVGElementInstance.cpp 138 SVGElement* element = shadowTreeElement();
SVGAnimationElement.cpp 338 SVGElement* shadowTreeElement = (*it)->shadowTreeElement();
339 if (!shadowTreeElement)
342 shadowTreeElement->style()->setProperty(attributeName.localName(), value, "", ec);
344 shadowTreeElement->setAttribute(attributeName, value, ec);
  /external/webkit/Source/WebCore/dom/
Node.cpp     [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp     [all...]

Completed in 128 milliseconds