Home
last modified time | relevance | path

Searched refs:synchronizeAnimatedSVGAttribute (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceGradient.cpp71 gradientElement->synchronizeAnimatedSVGAttribute(anyQName()); in applyResource()
DRenderSVGResourcePattern.cpp129 patternElement->synchronizeAnimatedSVGAttribute(anyQName()); in applyResource()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h129 void synchronizeAnimatedSVGAttribute(const QualifiedName&) const;
DSVGElement.cpp883 void SVGElement::synchronizeAnimatedSVGAttribute(const QualifiedName& name) const in synchronizeAnimatedSVGAttribute() function in blink::SVGElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp385 toSVGElement(this)->synchronizeAnimatedSVGAttribute(anyQName()); in synchronizeAllAttributes()
402 toSVGElement(this)->synchronizeAnimatedSVGAttribute(name); in synchronizeAttribute()
429 … toSVGElement(this)->synchronizeAnimatedSVGAttribute(QualifiedName(nullAtom, localName, nullAtom)); in synchronizeAttribute()