Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTypeAnimator.cpp66 SVGElementAnimatedPropertyList propertiesByInstance; in findAnimatedPropertiesForAttributeName() local
75 propertiesByInstance.append(propertiesPair); in findAnimatedPropertiesForAttributeName()
88 propertiesByInstance.append(instancePropertiesPair); in findAnimatedPropertiesForAttributeName()
92 SVGElementAnimatedPropertyList::const_iterator propertiesEnd = propertiesByInstance.end(); in findAnimatedPropertiesForAttributeName()
93 …for (SVGElementAnimatedPropertyList::const_iterator it = propertiesByInstance.begin(); it != prope… in findAnimatedPropertiesForAttributeName()
105 return propertiesByInstance; in findAnimatedPropertiesForAttributeName()