HomeSort by relevance Sort by last modified time
    Searched defs:synchronizeProperty (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.cpp 99 synchronizeProperty(contextElement, it->key, *vectorIt);
103 bool SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName)
112 synchronizeProperty(contextElement, attributeName, *vectorIt);
131 void SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info)
135 ASSERT(info->synchronizeProperty);
136 (*info->synchronizeProperty)(contextElement);
SVGPropertyInfo.h 60 typedef void (*SynchronizeProperty)(SVGElement*);
64 const AtomicString& newPropertyIdentifier, SynchronizeProperty newSynchronizeProperty,
70 , synchronizeProperty(newSynchronizeProperty)
79 SynchronizeProperty synchronizeProperty;

Completed in 85 milliseconds