HomeSort by relevance Sort by last modified time
    Searched refs:AnimatedString (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/Source/WebCore/svg/
SVGStyledElement.cpp 212 s_cssPropertyMap.set(alignment_baselineAttr, AnimatedString);
213 s_cssPropertyMap.set(baseline_shiftAttr, AnimatedString);
215 s_cssPropertyMap.set(clip_pathAttr, AnimatedString);
216 s_cssPropertyMap.set(clip_ruleAttr, AnimatedString);
218 s_cssPropertyMap.set(color_interpolationAttr, AnimatedString);
219 s_cssPropertyMap.set(color_interpolation_filtersAttr, AnimatedString);
220 s_cssPropertyMap.set(color_profileAttr, AnimatedString);
221 s_cssPropertyMap.set(color_renderingAttr, AnimatedString);
222 s_cssPropertyMap.set(cursorAttr, AnimatedString);
223 s_cssPropertyMap.set(displayAttr, AnimatedString);
    [all...]
SVGFEBlendElement.cpp 123 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
124 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString);
SVGAltGlyphElement.cpp 68 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGFEMergeNodeElement.cpp 82 attributeToPropertyTypeMap().set(SVGNames::inAttr, AnimatedString);
SVGFETileElement.cpp 83 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
SVGMPathElement.cpp 76 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString);
SVGAElement.cpp 119 attributeToPropertyTypeMap.set(SVGNames::targetAttr, AnimatedString);
120 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGAnimateElement.cpp 48 , m_animatedAttributeType(AnimatedString)
133 // FIXME: We need type specific animations in the future. Many animations marked as AnimatedString today will
143 case AnimatedString:
144 return AnimatedString;
189 if (results->m_animatedAttributeType == AnimatedString && m_animatedAttributeType != AnimatedString)
320 results->m_animatedAttributeType = AnimatedString;
390 m_animatedAttributeType = AnimatedString;
462 m_animatedAttributeType = AnimatedString;
SVGFEDisplacementMapElement.cpp 152 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
153 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString);
SVGElement.h 47 AnimatedString,
SVGFEComponentTransferElement.cpp 78 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
SVGTRefElement.cpp 98 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGFEGaussianBlurElement.cpp 121 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
SVGFEOffsetElement.cpp 101 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
SVGFECompositeElement.cpp 162 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
163 attributeToPropertyTypeMap.set(SVGNames::in2Attr, AnimatedString);
SVGCursorElement.cpp 86 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGFEColorMatrixElement.cpp 125 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
SVGFEImageElement.cpp 137 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGFEMorphologyElement.cpp 146 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);
SVGFilterPrimitiveStandardAttributes.cpp 163 attributeToPropertyTypeMap.set(SVGNames::resultAttr, AnimatedString);
SVGForeignObjectElement.cpp 149 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGGradientElement.cpp 134 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGScriptElement.cpp 108 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString);
SVGTextPathElement.cpp 126 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGFEDiffuseLightingElement.cpp 191 attributeToPropertyTypeMap.set(SVGNames::inAttr, AnimatedString);

Completed in 240 milliseconds

1 2