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

  /external/webkit/Source/WebCore/svg/
SVGStyledTransformableElement.h 69 virtual bool isStyledTransformable() const { return true; }
SVGElement.h 77 virtual bool isStyledTransformable() const { return false; }
SVGAnimateTransformElement.cpp 104 if (element->isStyledTransformable())
202 if (shadowTreeElement->isStyledTransformable())
SVGAnimateMotionElement.cpp 63 if (!targetElement->isStyledTransformable() && !targetElement->hasTagName(SVGNames::textTag))
SVGUseElement.cpp 679 if (n->isSVGElement() && static_cast<SVGElement*>(n)->isStyledTransformable()) {
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceClipper.cpp 127 if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyledTransformable())

Completed in 37 milliseconds