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

12345

/external/webkit/Source/WebCore/svg/
H A DSVGFEOffsetElement.h42 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGFETileElement.h41 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGMPathElement.h47 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGStopElement.h43 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGSwitchElement.h51 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGSymbolElement.h49 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGTRefElement.h42 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGTitleElement.h45 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGViewElement.h51 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGFESpecularLightingElement.cpp190 AttributeToPropertyTypeMap& SVGFESpecularLightingElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFESpecularLightingElement
198 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
200 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
201 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
202 attributeToPropertyTypeMap.set(SVGNames::specularConstantAttr, AnimatedNumber);
203 attributeToPropertyTypeMap.set(SVGNames::specularExponentAttr, AnimatedNumber);
204 attributeToPropertyTypeMap.set(SVGNames::surfaceScaleAttr, AnimatedNumber);
205 attributeToPropertyTypeMap.set(SVGNames::kernelUnitLengthAttr, AnimatedNumberOptionalNumber);
H A DSVGRadialGradientElement.cpp127 AttributeToPropertyTypeMap& SVGRadialGradientElement::attributeToPropertyTypeMap() function in class:WebCore::SVGRadialGradientElement
135 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
137 SVGGradientElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
138 attributeToPropertyTypeMap.set(SVGNames::cxAttr, AnimatedLength);
139 attributeToPropertyTypeMap.set(SVGNames::cyAttr, AnimatedLength);
140 attributeToPropertyTypeMap.set(SVGNames::rAttr, AnimatedLength);
141 attributeToPropertyTypeMap.set(SVGNames::fxAttr, AnimatedLength);
142 attributeToPropertyTypeMap.set(SVGNames::fyAttr, AnimatedLength);
H A DSVGFEDiffuseLightingElement.cpp180 AttributeToPropertyTypeMap& SVGFEDiffuseLightingElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEDiffuseLightingElement
188 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
190 SVGFilterPrimitiveStandardAttributes::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
191 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
192 attributeToPropertyTypeMap.set(SVGNames::diffuseConstantAttr, AnimatedNumber);
193 attributeToPropertyTypeMap.set(SVGNames::surfaceScaleAttr, AnimatedNumber);
194 attributeToPropertyTypeMap.set(SVGNames::kernelUnitLengthAttr, AnimatedNumberOptionalNumber);
H A DSVGFEFloodElement.cpp71 AttributeToPropertyTypeMap& SVGFEFloodElement::attributeToPropertyTypeMap() function in class:WebCore::SVGFEFloodElement
79 SVGFilterPrimitiveStandardAttributes::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 DSVGLinearGradientElement.cpp117 AttributeToPropertyTypeMap& SVGLinearGradientElement::attributeToPropertyTypeMap() function in class:WebCore::SVGLinearGradientElement
125 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
127 SVGGradientElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
128 attributeToPropertyTypeMap.set(SVGNames::x1Attr, AnimatedLength);
129 attributeToPropertyTypeMap.set(SVGNames::y1Attr, AnimatedLength);
130 attributeToPropertyTypeMap.set(SVGNames::x2Attr, AnimatedLength);
131 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 DSVGSwitchElement.cpp83 AttributeToPropertyTypeMap& SVGSwitchElement::attributeToPropertyTypeMap() function in class:WebCore::SVGSwitchElement
91 SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGTSpanElement.cpp76 AttributeToPropertyTypeMap& SVGTSpanElement::attributeToPropertyTypeMap() function in class:WebCore::SVGTSpanElement
84 SVGTextPositioningElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap());
H A DSVGGlyphElement.cpp135 AttributeToPropertyTypeMap& SVGGlyphElement::attributeToPropertyTypeMap() function in class:WebCore::SVGGlyphElement
143 AttributeToPropertyTypeMap& attributeToPropertyTypeMap = this->attributeToPropertyTypeMap(); local
145 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
146 attributeToPropertyTypeMap.set(SVGNames::dAttr, AnimatedPath);
H A DSVGStyledTransformableElement.cpp133 void SVGStyledTransformableElement::fillPassedAttributeToPropertyTypeMap(AttributeToPropertyTypeMap& attributeToPropertyTypeMap) argument
135 SVGStyledElement::fillPassedAttributeToPropertyTypeMap(attributeToPropertyTypeMap);
137 attributeToPropertyTypeMap.set(SVGNames::transformAttr, AnimatedTransformList);
H A DSVGCircleElement.h51 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGClipPathElement.h53 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();
H A DSVGCursorElement.h57 virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap();

Completed in 445 milliseconds

12345