Home
last modified time | relevance | path

Searched refs:synchronizeAttribute (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedInteger.cpp38 void SVGAnimatedInteger::synchronizeAttribute() in synchronizeAttribute() function in WebCore::SVGAnimatedInteger
41 m_parentIntegerOptionalInteger->synchronizeAttribute(); in synchronizeAttribute()
45 SVGAnimatedProperty<SVGInteger>::synchronizeAttribute(); in synchronizeAttribute()
DSVGAnimatedNumber.cpp38 void SVGAnimatedNumber::synchronizeAttribute() in synchronizeAttribute() function in WebCore::SVGAnimatedNumber
41 m_parentNumberOptionalNumber->synchronizeAttribute(); in synchronizeAttribute()
45 SVGAnimatedProperty<SVGNumber>::synchronizeAttribute(); in synchronizeAttribute()
DSVGAnimatedAngle.h54 virtual void synchronizeAttribute() OVERRIDE;
DSVGAnimatedNumber.h49 virtual void synchronizeAttribute() OVERRIDE;
DSVGAnimatedInteger.h49 virtual void synchronizeAttribute() OVERRIDE;
DSVGAnimatedAngle.cpp50 void SVGAnimatedAngle::synchronizeAttribute() in synchronizeAttribute() function in WebCore::SVGAnimatedAngle
DSVGElement.cpp961 (*it)->synchronizeAttribute(); in synchronizeAnimatedSVGAttribute()
968 property->synchronizeAttribute(); in synchronizeAnimatedSVGAttribute()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.cpp57 synchronizeAttribute(); in animationEnded()
60 void SVGAnimatedPropertyBase::synchronizeAttribute() in synchronizeAttribute() function in WebCore::SVGAnimatedPropertyBase
DSVGAnimatedProperty.h60 virtual void synchronizeAttribute();
186 virtual void synchronizeAttribute() OVERRIDE in synchronizeAttribute() function
188 SVGAnimatedPropertyBase::synchronizeAttribute(); in synchronizeAttribute()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp381 inline void Element::synchronizeAttribute(const QualifiedName& name) const in synchronizeAttribute() function in WebCore::Element
398 void Element::synchronizeAttribute(const AtomicString& localName) const in synchronizeAttribute() function in WebCore::Element
429 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 …]
DElement.h508 void synchronizeAttribute(const AtomicString& localName) const;
596 void synchronizeAttribute(const QualifiedName&) const;
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp487 element.synchronizeAttribute(selectorAttr.localName()); in anyAttributeMatches()