Searched refs:AttributeToPropertiesMap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAttributeToPropertyMap.h51 typedef HashMap<QualifiedName, std::unique_ptr<PropertiesVector>> AttributeToPropertiesMap; typedef in class:WebCore::SVGAttributeToPropertyMap
52 AttributeToPropertiesMap m_map;
H A DSVGAttributeToPropertyMap.cpp30 AttributeToPropertiesMap::const_iterator end = map.m_map.end();
31 for (AttributeToPropertiesMap::const_iterator it = map.m_map.begin(); it != end; ++it) {
85 AttributeToPropertiesMap::iterator end = m_map.end();
86 for (AttributeToPropertiesMap::iterator it = m_map.begin(); it != end; ++it) {

Completed in 164 milliseconds