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

12345

/external/webkit/Source/WebCore/svg/
H A DSVGFilterElement.cpp199 AttributeToPropertyTypeMap& SVGFilterElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFilterElement
207 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
209 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
210 attributeToPropertyTypeMap.set(SVGNames::filterUnitsAttr, AnimatedEnumeration);
211 attributeToPropertyTypeMap.set(SVGNames::primitiveUnitsAttr, AnimatedEnumeration);
212 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
213 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
214 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
215 attributeToPropertyTypeMap
[all...]
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 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 DSVGTextElement.cpp146 AttributeToPropertyTypeMap& SVGTextElement::attributeToPropertyTypeMap() function in class:WebCore::SVGTextElement
154 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
156 SVGTextPositioningElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
157 attributeToPropertyTypeMap.set(SVGNames::transformAttr, AnimatedTransformList);
H A DSVGFECompositeElement.cpp151 AttributeToPropertyTypeMap& SVGFECompositeElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFECompositeElement
159 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
161 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
162 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
163 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString);
164 attributeToPropertyTypeMap.set(SVGNames::operatorAttr, AnimatedEnumeration);
165 attributeToPropertyTypeMap.set(SVGNames::k1Attr, AnimatedNumber);
166 attributeToPropertyTypeMap.set(SVGNames::k2Attr, AnimatedNumber);
167 attributeToPropertyTypeMap
[all...]
H A DSVGMarkerElement.cpp186 AttributeToPropertyTypeMap& SVGMarkerElement::attributeToPropertyTypeMap() function in class:WebCore::SVGMarkerElement
194 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
196 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
197 attributeToPropertyTypeMap.set(SVGNames::refXAttr, AnimatedLength);
198 attributeToPropertyTypeMap.set(SVGNames::refYAttr, AnimatedLength);
199 attributeToPropertyTypeMap.set(SVGNames::markerWidthAttr, AnimatedLength);
200 attributeToPropertyTypeMap.set(SVGNames::markerHeightAttr, AnimatedLength);
201 attributeToPropertyTypeMap.set(SVGNames::markerUnitsAttr, AnimatedEnumeration);
202 attributeToPropertyTypeMap
[all...]
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 DSVGFEColorMatrixElement.cpp114 AttributeToPropertyTypeMap& SVGFEColorMatrixElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEColorMatrixElement
122 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
124 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
125 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
126 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration);
127 attributeToPropertyTypeMap.set(SVGNames::valuesAttr, AnimatedNumberList);
H A DSVGFEMorphologyElement.cpp135 AttributeToPropertyTypeMap& SVGFEMorphologyElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEMorphologyElement
143 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
145 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
146 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
147 attributeToPropertyTypeMap.set(SVGNames::operatorAttr, AnimatedEnumeration);
148 attributeToPropertyTypeMap.set(SVGNames::radiusAttr, AnimatedNumberOptionalNumber);
H A DSVGFilterPrimitiveStandardAttributes.cpp155 void SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap& attributeToPropertyTypeMap) argument
157 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
159 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
160 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
161 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
162 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
163 attributeToPropertyTypeMap.set(SVGNames::resultAttr, AnimatedString);
H A DSVGTextPositioningElement.cpp161 void SVGTextPositioningElement::fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap& attributeToPropertyTypeMap) argument
163 SVGTextContentElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
165 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedNumberList);
166 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedNumberList);
167 attributeToPropertyTypeMap.set(SVGNames::dxAttr, AnimatedNumberList);
168 attributeToPropertyTypeMap.set(SVGNames::dyAttr, AnimatedNumberList);
169 attributeToPropertyTypeMap.set(SVGNames::rotateAttr, AnimatedNumberList);
H A DSVGFEConvolveMatrixElement.cpp186 AttributeToPropertyTypeMap& SVGFEConvolveMatrixElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEConvolveMatrixElement
194 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
196 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
197 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
198 attributeToPropertyTypeMap.set(SVGNames::orderAttr, AnimatedNumberOptionalNumber);
199 attributeToPropertyTypeMap.set(SVGNames::kernelMatrixAttr, AnimatedNumberList);
200 attributeToPropertyTypeMap.set(SVGNames::divisorAttr, AnimatedNumber);
201 attributeToPropertyTypeMap.set(SVGNames::biasAttr, AnimatedNumber);
202 attributeToPropertyTypeMap
[all...]
H A DSVGPatternElement.cpp197 AttributeToPropertyTypeMap& SVGPatternElement::attributeToPropertyTypeMap() function in class:WebCore::SVGPatternElement
205 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
207 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
208 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
209 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
210 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
211 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
212 attributeToPropertyTypeMap.set(SVGNames::patternUnitsAttr, AnimatedEnumeration);
213 attributeToPropertyTypeMap
[all...]
H A DSVGImageElement.cpp161 AttributeToPropertyTypeMap& SVGImageElement::attributeToPropertyTypeMap() function in class:WebCore::SVGImageElement
169 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
171 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
172 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
173 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
174 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
175 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
176 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio);
177 attributeToPropertyTypeMap
[all...]
H A DSVGMaskElement.cpp151 AttributeToPropertyTypeMap& SVGMaskElement::attributeToPropertyTypeMap() function in class:WebCore::SVGMaskElement
159 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
161 SVGStyledLocatableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
162 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
163 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
164 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
165 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
166 attributeToPropertyTypeMap.set(SVGNames::maskUnitsAttr, AnimatedEnumeration);
167 attributeToPropertyTypeMap
[all...]
H A DSVGRectElement.cpp158 AttributeToPropertyTypeMap& SVGRectElement::attributeToPropertyTypeMap() function in class:WebCore::SVGRectElement
166 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
168 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
169 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedLength);
170 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedLength);
171 attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
172 attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
173 attributeToPropertyTypeMap.set(SVGNames::rxAttr, AnimatedLength);
174 attributeToPropertyTypeMap
[all...]
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 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);
H A DSVGFEImageElement.cpp125 AttributeToPropertyTypeMap& SVGFEImageElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEImageElement
133 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
135 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
136 attributeToPropertyTypeMap.set(SVGNames::preserveAspectRatioAttr, AnimatedPreserveAspectRatio);
137 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGGradientElement.cpp127 void SVGGradientElement::fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap& attributeToPropertyTypeMap) argument
129 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
131 attributeToPropertyTypeMap.set(SVGNames::spreadMethodAttr, AnimatedEnumeration);
132 attributeToPropertyTypeMap.set(SVGNames::gradientUnitsAttr, AnimatedEnumeration);
133 attributeToPropertyTypeMap.set(SVGNames::gradientTransformAttr, AnimatedTransformList);
134 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGAltGlyphElement.h51 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGComponentTransferFunctionElement.h43 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGFEBlendElement.h43 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGFEColorMatrixElement.h44 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGFEComponentTransferElement.h40 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();

Completed in 556 milliseconds

12345