Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedPropertyMacros.h66 #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 …]
DSVGAnimatedProperty.h51 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/
DSVGAnimatedNumber.h35 #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…
DSVGAnimatedInteger.h35 #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…
DSVGAnimatedBoolean.h34 #define DEFINE_ANIMATED_BOOLEAN(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
35 DEFINE_ANIMATED_PROPERTY(AnimatedBoolean, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperP…
DSVGAnimatedPreserveAspectRatio.h35 #define DEFINE_ANIMATED_PRESERVEASPECTRATIO(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_PROPERTY(AnimatedPreserveAspectRatio, OwnerType, DOMAttribute, DOMAttribute.localNa…
DSVGAnimatedString.h35 #define DEFINE_ANIMATED_STRING(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_PROPERTY(AnimatedString, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperPr…
DSVGAnimatedNumberList.h35 #define DEFINE_ANIMATED_NUMBER_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_PROPERTY(AnimatedNumberList, OwnerType, DOMAttribute, DOMAttribute.localName(), Upp…
DSVGAnimatedAngle.h36 #define DEFINE_ANIMATED_ANGLE_AND_ENUMERATION(OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, U… argument
37 DEFINE_ANIMATED_PROPERTY(AnimatedAngle, OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperPr…
DSVGAnimatedRect.h36 #define DEFINE_ANIMATED_RECT(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
37 DEFINE_ANIMATED_PROPERTY(AnimatedRect, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProp…
DSVGAnimatedEnumeration.h35 #define DEFINE_ANIMATED_ENUMERATION(OwnerType, DOMAttribute, UpperProperty, LowerProperty, EnumType… argument
36 DEFINE_ANIMATED_PROPERTY(AnimatedEnumeration, OwnerType, DOMAttribute, DOMAttribute.localName(), Up…
DSVGAnimatedLengthList.h35 #define DEFINE_ANIMATED_LENGTH_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_PROPERTY(AnimatedLengthList, OwnerType, DOMAttribute, DOMAttribute.localName(), Upp…
DSVGAnimatedLength.h35 #define DEFINE_ANIMATED_LENGTH(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
36 DEFINE_ANIMATED_PROPERTY(AnimatedLength, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperPr…
DSVGAnimatedTransformList.h34 #define DEFINE_ANIMATED_TRANSFORM_LIST(OwnerType, DOMAttribute, UpperProperty, LowerProperty) \ argument
35 DEFINE_ANIMATED_PROPERTY(AnimatedTransformList, OwnerType, DOMAttribute, DOMAttribute.localName(), …