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

12345

/external/webkit/Source/WebCore/svg/
H A DSVGMissingGlyphElement.cpp37 AttributeToPropertyTypeMap& SVGMissingGlyphElement::attributeToPropertyTypeMap() function in class:WebCore::SVGMissingGlyphElement
45 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 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 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 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 DSVGMissingGlyphElement.h36 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGFEBlendElement.cpp112 AttributeToPropertyTypeMap& SVGFEBlendElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEBlendElement
120 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
122 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
123 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
124 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString);
125 attributeToPropertyTypeMap.set(SVGNames::modeAttr, AnimatedEnumeration);
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 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 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 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 DSVGTRefElement.cpp87 AttributeToPropertyTypeMap& SVGTRefElement::attributeToPropertyTypeMap() function in class:WebCore::SVGTRefElement
95 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
97 SVGTextPositioningElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
98 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGFEDisplacementMapElement.cpp141 AttributeToPropertyTypeMap& SVGFEDisplacementMapElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEDisplacementMapElement
149 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
151 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
152 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
153 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString);
154 attributeToPropertyTypeMap.set(SVGNames::xChannelSelectorAttr, AnimatedEnumeration);
155 attributeToPropertyTypeMap.set(SVGNames::yChannelSelectorAttr, AnimatedEnumeration);
156 attributeToPropertyTypeMap.set(SVGNames::scaleAttr, AnimatedNumber);
H A DSVGFETurbulenceElement.cpp149 AttributeToPropertyTypeMap& SVGFETurbulenceElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFETurbulenceElement
157 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
159 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
160 attributeToPropertyTypeMap.set(SVGNames::baseFrequencyAttr, AnimatedNumberOptionalNumber);
161 attributeToPropertyTypeMap.set(SVGNames::numOctavesAttr, AnimatedInteger);
162 attributeToPropertyTypeMap.set(SVGNames::seedAttr, AnimatedNumber);
163 attributeToPropertyTypeMap.set(SVGNames::stitchTilesAttr, AnimatedEnumeration);
164 attributeToPropertyTypeMap.set(SVGNames::typeAttr, AnimatedEnumeration);
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 DSVGFEGaussianBlurElement.cpp110 AttributeToPropertyTypeMap& SVGFEGaussianBlurElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEGaussianBlurElement
118 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
120 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
121 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
122 attributeToPropertyTypeMap.set(SVGNames::stdDeviationAttr, AnimatedNumberOptionalNumber);
H A DSVGFELightElement.cpp177 AttributeToPropertyTypeMap& SVGFELightElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFELightElement
185 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
186 attributeToPropertyTypeMap.set(SVGNames::azimuthAttr, AnimatedNumber);
187 attributeToPropertyTypeMap.set(SVGNames::elevationAttr, AnimatedNumber);
188 attributeToPropertyTypeMap.set(SVGNames::xAttr, AnimatedNumber);
189 attributeToPropertyTypeMap.set(SVGNames::yAttr, AnimatedNumber);
190 attributeToPropertyTypeMap.set(SVGNames::zAttr, AnimatedNumber);
191 attributeToPropertyTypeMap.set(SVGNames::pointsAtXAttr, AnimatedNumber);
192 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 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 DSVGTextPathElement.cpp112 AttributeToPropertyTypeMap& SVGTextPathElement::attributeToPropertyTypeMap() function in class:WebCore::SVGTextPathElement
120 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
122 SVGTextContentElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
123 attributeToPropertyTypeMap.set(SVGNames::startOffsetAttr, AnimatedLength);
124 attributeToPropertyTypeMap.set(SVGNames::methodAttr, AnimatedEnumeration);
125 attributeToPropertyTypeMap.set(SVGNames::spacingAttr, AnimatedEnumeration);
126 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
H A DSVGTitleElement.cpp61 AttributeToPropertyTypeMap& SVGTitleElement::attributeToPropertyTypeMap() function in class:WebCore::SVGTitleElement
69 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGFEFloodElement.h38 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGFEMergeElement.h38 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGFEMergeNodeElement.h41 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGTSpanElement.h41 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();

Completed in 1326 milliseconds

12345