Searched defs:attributeToPropertyTypeMap (Results 1 - 25 of 61) sorted by relevance

123

/external/webkit/Source/WebCore/svg/
H A DSVGMissingGlyphElement.cpp37 AttributeToPropertyTypeMap& SVGMissingGlyphElement::attributeToPropertyTypeMap() function in class:WebCore::SVGMissingGlyphElement
45 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGFEMergeElement.cpp62 AttributeToPropertyTypeMap& SVGFEMergeElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEMergeElement
70 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGFEMergeNodeElement.cpp74 AttributeToPropertyTypeMap& SVGFEMergeNodeElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEMergeNodeElement
82 attributeToPropertyTypeMap().set(SVGNames::inAttr, AnimatedString);
H A DSVGGElement.cpp90 AttributeToPropertyTypeMap& SVGGElement::attributeToPropertyTypeMap() function in class:WebCore::SVGGElement
98 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGLineElement.cpp135 AttributeToPropertyTypeMap& SVGLineElement::attributeToPropertyTypeMap() function in class:WebCore::SVGLineElement
143 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
145 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
146 attributeToPropertyTypeMap.set(SVGNames::x1Attr, AnimatedLength);
147 attributeToPropertyTypeMap.set(SVGNames::y1Attr, AnimatedLength);
148 attributeToPropertyTypeMap.set(SVGNames::x2Attr, AnimatedLength);
149 attributeToPropertyTypeMap.set(SVGNames::y2Attr, AnimatedLength);
H A DSVGMPathElement.cpp68 AttributeToPropertyTypeMap& SVGMPathElement::attributeToPropertyTypeMap() function in class:WebCore::SVGMPathElement
76 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGPolyElement.cpp109 AttributeToPropertyTypeMap& SVGPolyElement::attributeToPropertyTypeMap() function in class:WebCore::SVGPolyElement
117 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
119 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
120 attributeToPropertyTypeMap.set(SVGNames::pointsAttr, AnimatedPoints);
H A DSVGSwitchElement.cpp83 AttributeToPropertyTypeMap& SVGSwitchElement::attributeToPropertyTypeMap() function in class:WebCore::SVGSwitchElement
91 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGSymbolElement.cpp91 AttributeToPropertyTypeMap& SVGSymbolElement::attributeToPropertyTypeMap() function in class:WebCore::SVGSymbolElement
99 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
101 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
102 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect);
103 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio);
H A DSVGTSpanElement.cpp76 AttributeToPropertyTypeMap& SVGTSpanElement::attributeToPropertyTypeMap() function in class:WebCore::SVGTSpanElement
84 SVGTextPositioningElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGTitleElement.cpp61 AttributeToPropertyTypeMap& SVGTitleElement::attributeToPropertyTypeMap() function in class:WebCore::SVGTitleElement
69 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGViewElement.cpp83 AttributeToPropertyTypeMap& SVGViewElement::attributeToPropertyTypeMap() function in class:WebCore::SVGViewElement
91 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
93 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
94 attributeToPropertyTypeMap.set(SVGNames::viewBoxAttr, AnimatedRect);
95 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio);
H A DSVGCircleElement.cpp129 AttributeToPropertyTypeMap& SVGCircleElement::attributeToPropertyTypeMap() function in class:WebCore::SVGCircleElement
137 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
139 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
140 attributeToPropertyTypeMap.set(SVGNames::cxAttr, AnimatedLength);
141 attributeToPropertyTypeMap.set(SVGNames::cyAttr, AnimatedLength);
142 attributeToPropertyTypeMap.set(SVGNames::rAttr, AnimatedLength);
H A DSVGClipPathElement.cpp105 AttributeToPropertyTypeMap& SVGClipPathElement::attributeToPropertyTypeMap() function in class:WebCore::SVGClipPathElement
113 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
115 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
116 attributeToPropertyTypeMap.set(SVGNames::clipPathUnitsAttr, AnimatedEnumeration);
H A DSVGComponentTransferFunctionElement.cpp126 AttributeToPropertyTypeMap& SVGComponentTransferFunctionElement::attributeToPropertyTypeMap() function in class:WebCore::SVGComponentTransferFunctionElement
134 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
135 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration);
136 attributeToPropertyTypeMap.set(SVGNames::tableValuesAttr, AnimatedNumberList);
137 attributeToPropertyTypeMap.set(SVGNames::slopeAttr, AnimatedNumber);
138 attributeToPropertyTypeMap.set(SVGNames::interceptAttr, AnimatedNumber);
139 attributeToPropertyTypeMap.set(SVGNames::amplitudeAttr, AnimatedNumber);
140 attributeToPropertyTypeMap.set(SVGNames::exponentAttr, AnimatedNumber);
141 attributeToPropertyTypeMap
[all...]
H A DSVGEllipseElement.cpp139 AttributeToPropertyTypeMap& SVGEllipseElement::attributeToPropertyTypeMap() function in class:WebCore::SVGEllipseElement
147 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
149 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
150 attributeToPropertyTypeMap.set(SVGNames::cxAttr, AnimatedLength);
151 attributeToPropertyTypeMap.set(SVGNames::cyAttr, AnimatedLength);
152 attributeToPropertyTypeMap.set(SVGNames::rxAttr, AnimatedLength);
153 attributeToPropertyTypeMap.set(SVGNames::ryAttr, AnimatedLength);
H A DSVGFEComponentTransferElement.cpp67 AttributeToPropertyTypeMap& SVGFEComponentTransferElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEComponentTransferElement
75 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
77 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
78 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
H A DSVGFEFloodElement.cpp71 AttributeToPropertyTypeMap& SVGFEFloodElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEFloodElement
79 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGFEOffsetElement.cpp90 AttributeToPropertyTypeMap& SVGFEOffsetElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEOffsetElement
98 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
100 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
101 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
102 attributeToPropertyTypeMap.set(SVGNames::dxAttr, AnimatedNumber);
103 attributeToPropertyTypeMap.set(SVGNames::dyAttr, AnimatedNumber);
H A DSVGFETileElement.cpp72 AttributeToPropertyTypeMap& SVGFETileElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFETileElement
80 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
82 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
83 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
H A DSVGForeignObjectElement.cpp134 AttributeToPropertyTypeMap& SVGForeignObjectElement::attributeToPropertyTypeMap() function in class:WebCore::SVGForeignObjectElement
142 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
144 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
145 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
146 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
147 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
148 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
149 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGStopElement.cpp80 AttributeToPropertyTypeMap& SVGStopElement::attributeToPropertyTypeMap() function in class:WebCore::SVGStopElement
88 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
90 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
91 attributeToPropertyTypeMap.set(SVGNames::offsetAttr, AnimatedLength);
H A DSVGAElement.cpp108 AttributeToPropertyTypeMap& SVGAElement::attributeToPropertyTypeMap() function in class:WebCore::SVGAElement
116 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
118 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
119 attributeToPropertyTypeMap.set(SVGNames::targetAttr, AnimatedString);
120 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGAltGlyphElement.cpp57 AttributeToPropertyTypeMap& SVGAltGlyphElement::attributeToPropertyTypeMap() function in class:WebCore::SVGAltGlyphElement
65 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
67 SVGTextPositioningElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
68 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGCursorElement.cpp75 AttributeToPropertyTypeMap& SVGCursorElement::attributeToPropertyTypeMap() function in class:WebCore::SVGCursorElement
83 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
84 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedNumber);
85 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedNumber);
86 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);

Completed in 4445 milliseconds

123