Searched refs:mapAttributeToCSSProperty (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGStyledElement.cpp | 55 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 …]
|
D | SVGFontFaceElement.cpp | 80 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()
|
D | SVGStyledElement.h | 32 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const Qualifie…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 49396 (WebCore::mapAttributeToCSSProperty): 55301 (WebCore::mapAttributeToCSSProperty): 55304 (WebCore::mapAttributeToCSSProperty): 79685 (WebCore::mapAttributeToCSSProperty):
|
D | ChangeLog-2007-10-14 | 697 (WebCore::mapAttributeToCSSProperty): 64109 (WebCore::mapAttributeToCSSProperty): new helper
|
D | ChangeLog-2010-01-29 | 19937 (WebCore::mapAttributeToCSSProperty):
|