Searched refs:synchronizeProperty (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAttributeToPropertyMap.cpp | 99 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()
|
D | SVGAttributeToPropertyMap.h | 48 bool synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName); 52 …void synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVG…
|
D | SVGPropertyInfo.h | 70 , synchronizeProperty(newSynchronizeProperty) in SVGPropertyInfo() 79 SynchronizeProperty synchronizeProperty; member
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGElement.cpp | 1031 nonConstThis->localAttributeToPropertyMap().synchronizeProperty(nonConstThis, name); in synchronizeAnimatedSVGAttribute()
|