/external/webkit/Source/WebCore/svg/properties/ |
D | SVGAnimatedPropertyMacros.h | 32 template<typename OwnerType, bool isDerivedFromSVGElement> 35 template<typename OwnerType> 36 struct GetOwnerElementForType<OwnerType, true> { 37 static SVGElement* ownerElement(OwnerType* type) 43 template<typename OwnerType> 44 struct GetOwnerElementForType<OwnerType, false> { 45 static SVGElement* ownerElement(OwnerType* type) 54 template<typename OwnerType> 92 #define DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, TearOffType, P… 93 void OwnerType::synchronize##UpperProperty() \ [all …]
|
/external/webkit/Source/WebCore/svg/ |
D | SVGAnimatedEnumeration.h | 35 #define DEFINE_ANIMATED_ENUMERATION(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedEnumeration,… 38 #define DEFINE_ANIMATED_ENUMERATION_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdent… argument 39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedEnumeration…
|
D | SVGAnimatedInteger.h | 35 #define DEFINE_ANIMATED_INTEGER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedInteger, lon… 38 #define DEFINE_ANIMATED_INTEGER_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifie… argument 39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedInteger, lo…
|
D | SVGAnimatedNumber.h | 35 #define DEFINE_ANIMATED_NUMBER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedNumber, floa… 38 #define DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier… argument 39 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedNumber, flo…
|
D | SVGAnimatedBoolean.h | 34 #define DEFINE_ANIMATED_BOOLEAN(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 35 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedBoolean, boo…
|
D | SVGAnimatedTransformList.h | 34 #define DEFINE_ANIMATED_TRANSFORM_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 35 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedTransfo…
|
D | SVGAnimatedRect.h | 36 #define DEFINE_ANIMATED_RECT(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 37 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedRect, FloatR…
|
D | SVGAnimatedAngle.h | 35 #define DEFINE_ANIMATED_ANGLE_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier,… argument 36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedAngle, SVGA…
|
D | SVGAnimatedPreserveAspectRatio.h | 35 #define DEFINE_ANIMATED_PRESERVEASPECTRATIO(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedPreserveAspe…
|
D | SVGAnimatedString.h | 35 #define DEFINE_ANIMATED_STRING(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedString, Stri…
|
D | SVGAnimatedNumberList.h | 35 #define DEFINE_ANIMATED_NUMBER_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedNumberL…
|
D | SVGAnimatedLengthList.h | 35 #define DEFINE_ANIMATED_LENGTH_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedLengthL…
|
D | SVGAnimatedLength.h | 35 #define DEFINE_ANIMATED_LENGTH(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedLength, SVGL…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 46064 …* svg/SVGAElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* macros… 46070 …* svg/SVGAnimationElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_… 46077 …* svg/SVGFEImageElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* … 46080 …* svg/SVGFilterElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* m… 46086 …* svg/SVGFontElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* mac… 46095 …* svg/SVGMarkerElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* m… 46100 …* svg/SVGPatternElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* … 46103 …* svg/SVGPolyElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* mac… 46107 …* svg/SVGSVGElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* macr… 46112 …* svg/SVGSymbolElement.h: Remove virtual contextElement() method. Change OwnerType of ANIMATED_* m… [all …]
|