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

  /external/webkit/WebCore/svg/
SVGStyledElement.cpp 50 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName)
54 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
85 static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0;
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_ruleAttr)
    [all...]
SVGFontFaceElement.cpp 70 static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0;
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_familyAttr)
    [all...]
SVGStyledElement.h 33 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName);

Completed in 38 milliseconds