Searched refs:attributeToPropertyTypeMap (Results 101 - 116 of 116) sorted by relevance

12345

/external/webkit/Source/WebCore/svg/
H A DSVGPatternElement.h63 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGScriptElement.h55 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGTextContentElement.cpp255 void SVGTextContentElement::fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap& attributeToPropertyTypeMap) argument
257 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
259 attributeToPropertyTypeMap.set(SVGNames::textLengthAttr, AnimatedLength);
260 attributeToPropertyTypeMap.set(SVGNames::lengthAdjustAttr, AnimatedEnumeration);
H A DSVGTextElement.h58 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGTextPathElement.h66 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGSVGElement.cpp374 AttributeToPropertyTypeMap& SVGSVGElement::attributeToPropertyTypeMap() function in class:WebCore::SVGSVGElement
382 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
383 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
384 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
385 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
386 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
387 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect);
388 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio);
H A DSVGFontElement.cpp182 AttributeToPropertyTypeMap& SVGFontElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFontElement
190 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGScriptElement.cpp100 AttributeToPropertyTypeMap& SVGScriptElement::attributeToPropertyTypeMap() function in class:WebCore::SVGScriptElement
108 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGGlyphElement.h121 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGElement.h90 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGUseElement.h66 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGUseElement.cpp224 AttributeToPropertyTypeMap& SVGUseElement::attributeToPropertyTypeMap() function in class:WebCore::SVGUseElement
232 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
234 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
235 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
236 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
237 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
238 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
239 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGPathElement.h108 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGSVGElement.h148 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGElement.cpp266 AttributeToPropertyTypeMap& SVGElement::attributeToPropertyTypeMap() function in class:WebCore::SVGElement
274 AttributeToPropertyTypeMap& animatedAttributeMap = attributeToPropertyTypeMap();
H A DSVGStyledElement.cpp281 void SVGStyledElement::fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap& attributeToPropertyTypeMap) argument
283 attributeToPropertyTypeMap.set(HTMLNames::classAttr, AnimatedString);

Completed in 135 milliseconds

12345