Searched refs:synchronizeAttribute (Results 1 – 12 of 12) sorted by relevance
38 void SVGAnimatedInteger::synchronizeAttribute() in synchronizeAttribute() function in WebCore::SVGAnimatedInteger41 m_parentIntegerOptionalInteger->synchronizeAttribute(); in synchronizeAttribute()45 SVGAnimatedProperty<SVGInteger>::synchronizeAttribute(); in synchronizeAttribute()
38 void SVGAnimatedNumber::synchronizeAttribute() in synchronizeAttribute() function in WebCore::SVGAnimatedNumber41 m_parentNumberOptionalNumber->synchronizeAttribute(); in synchronizeAttribute()45 SVGAnimatedProperty<SVGNumber>::synchronizeAttribute(); in synchronizeAttribute()
54 virtual void synchronizeAttribute() OVERRIDE;
49 virtual void synchronizeAttribute() OVERRIDE;
50 void SVGAnimatedAngle::synchronizeAttribute() in synchronizeAttribute() function in WebCore::SVGAnimatedAngle
961 (*it)->synchronizeAttribute(); in synchronizeAnimatedSVGAttribute()968 property->synchronizeAttribute(); in synchronizeAnimatedSVGAttribute()
57 synchronizeAttribute(); in animationEnded()60 void SVGAnimatedPropertyBase::synchronizeAttribute() in synchronizeAttribute() function in WebCore::SVGAnimatedPropertyBase
60 virtual void synchronizeAttribute();186 virtual void synchronizeAttribute() OVERRIDE in synchronizeAttribute() function188 SVGAnimatedPropertyBase::synchronizeAttribute(); in synchronizeAttribute()
381 inline void Element::synchronizeAttribute(const QualifiedName& name) const in synchronizeAttribute() function in WebCore::Element398 void Element::synchronizeAttribute(const AtomicString& localName) const in synchronizeAttribute() function in WebCore::Element429 synchronizeAttribute(name); in getAttribute()879 synchronizeAttribute(localName); in getAttribute()897 synchronizeAttribute(localName); in setAttribute()907 synchronizeAttribute(name); in setAttribute()1928 synchronizeAttribute(attr->qualifiedName()); in removeAttributeNode()2042 synchronizeAttribute(localName); in getAttributeNode()2054 synchronizeAttribute(qName); in getAttributeNodeNS()2065 synchronizeAttribute(localName); in hasAttribute()[all …]
508 void synchronizeAttribute(const AtomicString& localName) const;596 void synchronizeAttribute(const QualifiedName&) const;
487 element.synchronizeAttribute(selectorAttr.localName()); in anyAttributeMatches()