Searched defs:propertyNameToIdMap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGFontFaceElement.cpp70 static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0; local
71 if (!propertyNameToIdMap) {
72 propertyNameToIdMap = new HashMap<AtomicStringImpl*, int>;
75 //mapAttributeToCSSProperty(propertyNameToIdMap, accent_heightAttr);
76 //mapAttributeToCSSProperty(propertyNameToIdMap, alphabeticAttr);
77 //mapAttributeToCSSProperty(propertyNameToIdMap, ascentAttr);
78 //mapAttributeToCSSProperty(propertyNameToIdMap, bboxAttr);
79 //mapAttributeToCSSProperty(propertyNameToIdMap, cap_heightAttr);
80 //mapAttributeToCSSProperty(propertyNameToIdMap, descentAttr);
81 mapAttributeToCSSProperty(propertyNameToIdMap, font_familyAtt
[all...]
H A DSVGStyledElement.cpp50 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName) argument
54 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
85 static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0; local
86 if (!propertyNameToIdMap) {
87 propertyNameToIdMap = new HashMap<AtomicStringImpl*, int>;
89 mapAttributeToCSSProperty(propertyNameToIdMap, alignment_baselineAttr);
90 mapAttributeToCSSProperty(propertyNameToIdMap, baseline_shiftAttr);
91 mapAttributeToCSSProperty(propertyNameToIdMap, clipAttr);
92 mapAttributeToCSSProperty(propertyNameToIdMap, clip_pathAttr);
93 mapAttributeToCSSProperty(propertyNameToIdMap, clip_ruleAtt
[all...]

Completed in 296 milliseconds