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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.h 48 bool synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName);
52 void synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo*);
SVGPropertyInfo.h 60 typedef void (*SynchronizeProperty)(SVGElement*);
64 const AtomicString& newPropertyIdentifier, SynchronizeProperty newSynchronizeProperty,
70 , synchronizeProperty(newSynchronizeProperty)
79 SynchronizeProperty synchronizeProperty;
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);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp     [all...]

Completed in 204 milliseconds