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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 290 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName)
306 mapAttributeToCSSProperty(propertyNameToIdMap, alignment_baselineAttr);
307 mapAttributeToCSSProperty(propertyNameToIdMap, baseline_shiftAttr);
308 mapAttributeToCSSProperty(propertyNameToIdMap, buffered_renderingAttr);
309 mapAttributeToCSSProperty(propertyNameToIdMap, clipAttr);
310 mapAttributeToCSSProperty(propertyNameToIdMap, clip_pathAttr);
311 mapAttributeToCSSProperty(propertyNameToIdMap, clip_ruleAttr);
312 mapAttributeToCSSProperty(propertyNameToIdMap, SVGNames::colorAttr);
313 mapAttributeToCSSProperty(propertyNameToIdMap, color_interpolationAttr);
314 mapAttributeToCSSProperty(propertyNameToIdMap, color_interpolation_filtersAttr)
    [all...]
SVGFontFaceElement.cpp 71 // mapAttributeToCSSProperty(propertyNameToIdMap, accent_heightAttr);
72 // mapAttributeToCSSProperty(propertyNameToIdMap, alphabeticAttr);
73 // mapAttributeToCSSProperty(propertyNameToIdMap, ascentAttr);
74 // mapAttributeToCSSProperty(propertyNameToIdMap, bboxAttr);
75 // mapAttributeToCSSProperty(propertyNameToIdMap, cap_heightAttr);
76 // mapAttributeToCSSProperty(propertyNameToIdMap, descentAttr);
77 mapAttributeToCSSProperty(propertyNameToIdMap, font_familyAttr);
78 mapAttributeToCSSProperty(propertyNameToIdMap, font_sizeAttr);
79 mapAttributeToCSSProperty(propertyNameToIdMap, font_stretchAttr);
80 mapAttributeToCSSProperty(propertyNameToIdMap, font_styleAttr)
    [all...]
SVGElement.h 49 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);

Completed in 453 milliseconds