Home
last modified time | relevance | path

Searched refs:OwnerType (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedPropertyMacros.h32 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/
DSVGAnimatedInteger.h35 #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…
DSVGAnimatedEnumeration.h35 #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…
DSVGAnimatedNumber.h35 #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…
DSVGAnimatedBoolean.h34 #define DEFINE_ANIMATED_BOOLEAN(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
35 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedBoolean, boo…
DSVGAnimatedTransformList.h34 #define DEFINE_ANIMATED_TRANSFORM_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
35 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedTransfo…
DSVGAnimatedRect.h36 #define DEFINE_ANIMATED_RECT(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
37 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedRect, FloatR…
DSVGAnimatedPreserveAspectRatio.h35 #define DEFINE_ANIMATED_PRESERVEASPECTRATIO(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedPreserveAspe…
DSVGAnimatedNumberList.h35 #define DEFINE_ANIMATED_NUMBER_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedNumberL…
DSVGAnimatedLengthList.h35 #define DEFINE_ANIMATED_LENGTH_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_LIST_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedLengthL…
DSVGAnimatedString.h35 #define DEFINE_ANIMATED_STRING(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedString, Stri…
DSVGAnimatedAngle.h35 #define DEFINE_ANIMATED_ANGLE_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier,… argument
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, SVGAnimatedAngle, SVGA…
DSVGAnimatedLength.h35 #define DEFINE_ANIMATED_LENGTH(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_PROPERTY(OwnerType, DOMAttribute, DOMAttribute.localName(), SVGAnimatedLength, SVGL…
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2946064 …* 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 …]