Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAttributeToPropertyMap.cpp73 for (PropertiesVector::iterator vectorIt = vector->begin(); vectorIt != vectorEnd; ++vectorIt) in animatedPropertiesForAttribute() local
74 properties.append(animatedProperty(ownerType, attributeName, *vectorIt)); in animatedPropertiesForAttribute()
85 for (PropertiesVector::iterator vectorIt = vector->begin(); vectorIt != vectorEnd; ++vectorIt) in animatedPropertyTypeForAttribute() local
86 propertyTypes.append((*vectorIt)->animatedPropertyType); in animatedPropertyTypeForAttribute()
98 … for (PropertiesVector::iterator vectorIt = vector->begin(); vectorIt != vectorEnd; ++vectorIt) in synchronizeProperties() local
99 synchronizeProperty(contextElement, it->key, *vectorIt); in synchronizeProperties()
111 for (PropertiesVector::iterator vectorIt = vector->begin(); vectorIt != vectorEnd; ++vectorIt) in synchronizeProperty() local
112 synchronizeProperty(contextElement, attributeName, *vectorIt); in synchronizeProperty()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.cpp354 …for (Vector<SVGElement*>::iterator vectorIt = toBeNotified.begin(); vectorIt != vectorEnd; ++vecto… in rebuildAllElementReferencesForTarget() local
357 if (referencingElements->contains(*vectorIt)) in rebuildAllElementReferencesForTarget()
358 (*vectorIt)->svgAttributeChanged(XLinkNames::hrefAttr); in rebuildAllElementReferencesForTarget()