/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGAnimatedPropertyMacros.h | 66 #define BEGIN_REGISTER_ANIMATED_PROPERTIES(OwnerType) \ argument 67 SVGAttributeToPropertyMap& OwnerType::attributeToPropertyMap() \ 73 SVGAttributeToPropertyMap& OwnerType::localAttributeToPropertyMap() const \ 78 void OwnerType::registerAnimatedPropertiesFor##OwnerType() \ 80 OwnerType::m_cleanupAnimatedPropertiesCaller.setOwner(this); \ 81 SVGAttributeToPropertyMap& map = OwnerType::attributeToPropertyMap(); \ 84 typedef OwnerType UseOwnerType; 95 #define DEFINE_ANIMATED_PROPERTY(AnimatedPropertyTypeEnum, OwnerType, DOMAttribute, SVGDOMAttribute… argument 96 const SVGPropertyInfo* OwnerType::LowerProperty##PropertyInfo() { \ 102 &OwnerType::synchronize##UpperProperty, \ [all …]
|
D | SVGAnimatedProperty.h | 51 template<typename OwnerType, typename TearOffType, typename PropertyType> 52 …static PassRefPtr<TearOffType> lookupOrCreateWrapper(OwnerType* element, const SVGPropertyInfo* in… in lookupOrCreateWrapper() 66 template<typename OwnerType, typename TearOffType> 67 static TearOffType* lookupWrapper(OwnerType* element, const SVGPropertyInfo* info) in lookupWrapper() 74 template<typename OwnerType, typename TearOffType> 75 static TearOffType* lookupWrapper(const OwnerType* element, const SVGPropertyInfo* info) in lookupWrapper() 77 return lookupWrapper<OwnerType, TearOffType>(const_cast<OwnerType*>(element), info); in lookupWrapper()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedNumber.h | 35 #define DEFINE_ANIMATED_NUMBER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(AnimatedNumber, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperPr… 38 #define DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier… argument 39 DEFINE_ANIMATED_PROPERTY(AnimatedNumberOptionalNumber, OwnerType, DOMAttribute, SVGDOMAttributeIden…
|
D | SVGAnimatedInteger.h | 35 #define DEFINE_ANIMATED_INTEGER(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(AnimatedInteger, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperP… 38 #define DEFINE_ANIMATED_INTEGER_MULTIPLE_WRAPPERS(OwnerType, DOMAttribute, SVGDOMAttributeIdentifie… argument 39 DEFINE_ANIMATED_PROPERTY(AnimatedIntegerOptionalInteger, OwnerType, DOMAttribute, SVGDOMAttributeId…
|
D | SVGAnimatedBoolean.h | 34 #define DEFINE_ANIMATED_BOOLEAN(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 35 DEFINE_ANIMATED_PROPERTY(AnimatedBoolean, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperP…
|
D | SVGAnimatedPreserveAspectRatio.h | 35 #define DEFINE_ANIMATED_PRESERVEASPECTRATIO(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(AnimatedPreserveAspectRatio, OwnerType, DOMAttribute, DOMAttribute.localNa…
|
D | SVGAnimatedString.h | 35 #define DEFINE_ANIMATED_STRING(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(AnimatedString, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperPr…
|
D | SVGAnimatedNumberList.h | 35 #define DEFINE_ANIMATED_NUMBER_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(AnimatedNumberList, OwnerType, DOMAttribute, DOMAttribute.localName(), Upp…
|
D | SVGAnimatedAngle.h | 36 #define DEFINE_ANIMATED_ANGLE_AND_ENUMERATION(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, U… argument 37 DEFINE_ANIMATED_PROPERTY(AnimatedAngle, OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperPr…
|
D | SVGAnimatedRect.h | 36 #define DEFINE_ANIMATED_RECT(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 37 DEFINE_ANIMATED_PROPERTY(AnimatedRect, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProp…
|
D | SVGAnimatedEnumeration.h | 35 #define DEFINE_ANIMATED_ENUMERATION(OwnerType, DOMAttribute, UpperProperty, LowerProperty, EnumType… argument 36 DEFINE_ANIMATED_PROPERTY(AnimatedEnumeration, OwnerType, DOMAttribute, DOMAttribute.localName(), Up…
|
D | SVGAnimatedLengthList.h | 35 #define DEFINE_ANIMATED_LENGTH_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(AnimatedLengthList, OwnerType, DOMAttribute, DOMAttribute.localName(), Upp…
|
D | SVGAnimatedLength.h | 35 #define DEFINE_ANIMATED_LENGTH(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 36 DEFINE_ANIMATED_PROPERTY(AnimatedLength, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperPr…
|
D | SVGAnimatedTransformList.h | 34 #define DEFINE_ANIMATED_TRANSFORM_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument 35 DEFINE_ANIMATED_PROPERTY(AnimatedTransformList, OwnerType, DOMAttribute, DOMAttribute.localName(), …
|