Home
last modified time | relevance | path

Searched refs:isStyledTransformable (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGStyledTransformableElement.h69 virtual bool isStyledTransformable() const { return true; } in DECLARE_ANIMATED_TRANSFORM_LIST()
DSVGAnimateTransformElement.cpp104 if (element->isStyledTransformable()) in transformListFor()
202 if (shadowTreeElement->isStyledTransformable()) in applyResultsToTarget()
DSVGElement.h77 virtual bool isStyledTransformable() const { return false; } in isStyledTransformable() function
DSVGAnimateMotionElement.cpp63 if (!targetElement->isStyledTransformable() && !targetElement->hasTagName(SVGNames::textTag)) in hasValidAttributeType()
DSVGUseElement.cpp679 if (n->isSVGElement() && static_cast<SVGElement*>(n)->isStyledTransformable()) { in toClipPath()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceClipper.cpp127 … if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyledTransformable()) in pathOnlyClipping()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-195382 (KSVG::SVGElementImpl::isStyledTransformable):
5716 (KSVG::SVGStyledTransformableElementImpl::isStyledTransformable):
DChangeLog-2011-02-1638056 (WebCore::SVGElement::isStyledTransformable):
DChangeLog-2010-05-2451061 (WebCore::SVGStyledTransformableElement::isStyledTransformable):