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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 63 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName)
70 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
366 static HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap = 0;
367 if (!propertyNameToIdMap) {
368 propertyNameToIdMap = new HashMap<StringImpl*, CSSPropertyID>;
370 mapAttributeToCSSProperty(propertyNameToIdMap, alignment_baselineAttr);
371 mapAttributeToCSSProperty(propertyNameToIdMap, baseline_shiftAttr);
372 mapAttributeToCSSProperty(propertyNameToIdMap, buffered_renderingAttr);
373 mapAttributeToCSSProperty(propertyNameToIdMap, clipAttr);
374 mapAttributeToCSSProperty(propertyNameToIdMap, clip_pathAttr)
    [all...]
SVGFontFaceElement.cpp 70 static HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap = 0;
71 if (!propertyNameToIdMap) {
72 propertyNameToIdMap = new HashMap<StringImpl*, CSSPropertyID>;
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...]
SVGElement.h 47 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);

Completed in 518 milliseconds