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.cpp65 patternElement->synchronizeAnimatedSVGAttribute(anyQName()); in buildPattern()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h117 void synchronizeAnimatedSVGAttribute(const QualifiedName&) const;
DSVGElement.cpp1021 void SVGElement::synchronizeAnimatedSVGAttribute(const QualifiedName& name) const in synchronizeAnimatedSVGAttribute() function in WebCore::SVGElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp423 toSVGElement(this)->synchronizeAnimatedSVGAttribute(anyQName()); in synchronizeAllAttributes()
438 toSVGElement(this)->synchronizeAnimatedSVGAttribute(name); in synchronizeAttribute()
455 … toSVGElement(this)->synchronizeAnimatedSVGAttribute(QualifiedName(nullAtom, localName, nullAtom)); in synchronizeAttribute()