Home
last modified time | relevance | path

Searched refs:synchronizeProperty (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAttributeToPropertyMap.cpp99 synchronizeProperty(contextElement, it->key, *vectorIt); in synchronizeProperties()
103 bool SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName… in synchronizeProperty() function in WebCore::SVGAttributeToPropertyMap
112 synchronizeProperty(contextElement, attributeName, *vectorIt); in synchronizeProperty()
131 void SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName… in synchronizeProperty() function in WebCore::SVGAttributeToPropertyMap
135 ASSERT(info->synchronizeProperty); in synchronizeProperty()
136 (*info->synchronizeProperty)(contextElement); in synchronizeProperty()
DSVGAttributeToPropertyMap.h48 bool synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName);
52 …void synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVG…
DSVGPropertyInfo.h70 , synchronizeProperty(newSynchronizeProperty) in SVGPropertyInfo()
79 SynchronizeProperty synchronizeProperty; member
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp1031 nonConstThis->localAttributeToPropertyMap().synchronizeProperty(nonConstThis, name); in synchronizeAnimatedSVGAttribute()