Home
last modified time | relevance | path

Searched refs:mapAttributeToCSSProperty (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp55 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const Qualifie… in mapAttributeToCSSProperty() function
140 mapAttributeToCSSProperty(propertyNameToIdMap, alignment_baselineAttr); in cssPropertyIdForSVGAttributeName()
141 mapAttributeToCSSProperty(propertyNameToIdMap, baseline_shiftAttr); in cssPropertyIdForSVGAttributeName()
142 mapAttributeToCSSProperty(propertyNameToIdMap, clipAttr); in cssPropertyIdForSVGAttributeName()
143 mapAttributeToCSSProperty(propertyNameToIdMap, clip_pathAttr); in cssPropertyIdForSVGAttributeName()
144 mapAttributeToCSSProperty(propertyNameToIdMap, clip_ruleAttr); in cssPropertyIdForSVGAttributeName()
145 mapAttributeToCSSProperty(propertyNameToIdMap, SVGNames::colorAttr); in cssPropertyIdForSVGAttributeName()
146 mapAttributeToCSSProperty(propertyNameToIdMap, color_interpolationAttr); in cssPropertyIdForSVGAttributeName()
147 mapAttributeToCSSProperty(propertyNameToIdMap, color_interpolation_filtersAttr); in cssPropertyIdForSVGAttributeName()
148 mapAttributeToCSSProperty(propertyNameToIdMap, color_profileAttr); in cssPropertyIdForSVGAttributeName()
[all …]
DSVGFontFaceElement.cpp80 mapAttributeToCSSProperty(propertyNameToIdMap, font_familyAttr); in cssPropertyIdForSVGAttributeName()
81 mapAttributeToCSSProperty(propertyNameToIdMap, font_sizeAttr); in cssPropertyIdForSVGAttributeName()
82 mapAttributeToCSSProperty(propertyNameToIdMap, font_stretchAttr); in cssPropertyIdForSVGAttributeName()
83 mapAttributeToCSSProperty(propertyNameToIdMap, font_styleAttr); in cssPropertyIdForSVGAttributeName()
84 mapAttributeToCSSProperty(propertyNameToIdMap, font_variantAttr); in cssPropertyIdForSVGAttributeName()
85 mapAttributeToCSSProperty(propertyNameToIdMap, font_weightAttr); in cssPropertyIdForSVGAttributeName()
DSVGStyledElement.h32 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const Qualifie…
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1049396 (WebCore::mapAttributeToCSSProperty):
55301 (WebCore::mapAttributeToCSSProperty):
55304 (WebCore::mapAttributeToCSSProperty):
79685 (WebCore::mapAttributeToCSSProperty):
DChangeLog-2007-10-14697 (WebCore::mapAttributeToCSSProperty):
64109 (WebCore::mapAttributeToCSSProperty): new helper
DChangeLog-2010-01-2919937 (WebCore::mapAttributeToCSSProperty):