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

  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 55 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName)
59 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
136 static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0;
137 if (!propertyNameToIdMap) {
138 propertyNameToIdMap = new HashMap<AtomicStringImpl*, int>;
140 mapAttributeToCSSProperty(propertyNameToIdMap, alignment_baselineAttr);
141 mapAttributeToCSSProperty(propertyNameToIdMap, baseline_shiftAttr);
142 mapAttributeToCSSProperty(propertyNameToIdMap, clipAttr);
143 mapAttributeToCSSProperty(propertyNameToIdMap, clip_pathAttr);
144 mapAttributeToCSSProperty(propertyNameToIdMap, clip_ruleAttr)
    [all...]
SVGFontFaceElement.cpp 69 static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0;
70 if (!propertyNameToIdMap) {
71 propertyNameToIdMap = new HashMap<AtomicStringImpl*, int>;
74 // mapAttributeToCSSProperty(propertyNameToIdMap, accent_heightAttr);
75 // mapAttributeToCSSProperty(propertyNameToIdMap, alphabeticAttr);
76 // mapAttributeToCSSProperty(propertyNameToIdMap, ascentAttr);
77 // mapAttributeToCSSProperty(propertyNameToIdMap, bboxAttr);
78 // mapAttributeToCSSProperty(propertyNameToIdMap, cap_heightAttr);
79 // mapAttributeToCSSProperty(propertyNameToIdMap, descentAttr);
80 mapAttributeToCSSProperty(propertyNameToIdMap, font_familyAttr)
    [all...]
SVGStyledElement.h 32 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName);

Completed in 193 milliseconds