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 63 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName)
400 mapAttributeToCSSProperty(propertyNameToIdMap, alignment_baselineAttr);
401 mapAttributeToCSSProperty(propertyNameToIdMap, baseline_shiftAttr);
402 mapAttributeToCSSProperty(propertyNameToIdMap, buffered_renderingAttr);
403 mapAttributeToCSSProperty(propertyNameToIdMap, clipAttr);
404 mapAttributeToCSSProperty(propertyNameToIdMap, clip_pathAttr);
405 mapAttributeToCSSProperty(propertyNameToIdMap, clip_ruleAttr);
406 mapAttributeToCSSProperty(propertyNameToIdMap, SVGNames::colorAttr);
407 mapAttributeToCSSProperty(propertyNameToIdMap, color_interpolationAttr);
408 mapAttributeToCSSProperty(propertyNameToIdMap, color_interpolation_filtersAttr)
    [all...]
SVGFontFaceElement.cpp 73 // mapAttributeToCSSProperty(propertyNameToIdMap, accent_heightAttr);
74 // mapAttributeToCSSProperty(propertyNameToIdMap, alphabeticAttr);
75 // mapAttributeToCSSProperty(propertyNameToIdMap, ascentAttr);
76 // mapAttributeToCSSProperty(propertyNameToIdMap, bboxAttr);
77 // mapAttributeToCSSProperty(propertyNameToIdMap, cap_heightAttr);
78 // mapAttributeToCSSProperty(propertyNameToIdMap, descentAttr);
79 mapAttributeToCSSProperty(propertyNameToIdMap, font_familyAttr);
80 mapAttributeToCSSProperty(propertyNameToIdMap, font_sizeAttr);
81 mapAttributeToCSSProperty(propertyNameToIdMap, font_stretchAttr);
82 mapAttributeToCSSProperty(propertyNameToIdMap, font_styleAttr)
    [all...]
SVGElement.h 46 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);

Completed in 351 milliseconds