/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGPropertyTearOff.h | 44 …static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, Proper… in create() argument 46 ASSERT(animatedProperty); in create() 47 return adoptRef(new Self(animatedProperty, role, value)); in create() 57 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; } in animatedProperty() function 72 void setAnimatedProperty(SVGAnimatedProperty* animatedProperty) in setAnimatedProperty() argument 74 m_animatedProperty = animatedProperty; in setAnimatedProperty() 129 …SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& valu… in SVGPropertyTearOff() argument 130 : m_animatedProperty(animatedProperty) in SVGPropertyTearOff()
|
D | SVGTransformListPropertyTearOff.h | 36 …ertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyR… in create() argument 38 ASSERT(animatedProperty); in create() 39 … return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers)); in create() 74 …SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole rol… in SVGTransformListPropertyTearOff() argument 75 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role, values, wrappers) in SVGTransformListPropertyTearOff()
|
D | SVGMatrixTearOff.h | 32 …static PassRefPtr<SVGMatrixTearOff> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole … in create() argument 34 ASSERT(animatedProperty); in create() 35 return adoptRef(new SVGMatrixTearOff(animatedProperty, role, value)); in create() 79 SVGMatrixTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value) in SVGMatrixTearOff() argument 80 : SVGPropertyTearOff<SVGMatrix>(animatedProperty, role, value) in SVGMatrixTearOff()
|
D | SVGPathSegListPropertyTearOff.h | 38 …<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyR… in create() argument 40 ASSERT(animatedProperty); in create() 41 …return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole, values, wra… in create() 45 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; } in animatedProperty() function 118 …SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role,… in SVGPathSegListPropertyTearOff() argument 120 , m_animatedProperty(animatedProperty) in SVGPathSegListPropertyTearOff()
|
D | SVGListPropertyTearOff.h | 45 …static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role… in create() argument 47 ASSERT(animatedProperty); in create() 48 return adoptRef(new Self(animatedProperty, role, values, wrappers)); in create() 133 …SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, Proper… in SVGListPropertyTearOff() argument 135 , m_animatedProperty(animatedProperty) in SVGListPropertyTearOff() 177 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty(); in processIncomingListItemWrapper()
|
D | SVGAnimatedPropertyTearOff.h | 38 ASSERT(m_baseVal->animatedProperty() == this); in ~SVGAnimatedPropertyTearOff() 42 ASSERT(m_animVal->animatedProperty() == this); in ~SVGAnimatedPropertyTearOff()
|
D | SVGAttributeToPropertyMap.cpp | 74 properties.append(animatedProperty(ownerType, attributeName, *vectorIt)); in animatedPropertiesForAttribute() 139 PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElem… in animatedProperty() function in WebCore::SVGAttributeToPropertyMap
|
D | SVGAttributeToPropertyMap.h | 53 …PassRefPtr<SVGAnimatedProperty> animatedProperty(SVGElement* contextElement, const QualifiedName& …
|
D | SVGPathSegListPropertyTearOff.cpp | 97 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty(); in processIncomingListItemValue()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/ |
D | WebAnimationProvider.cpp | 114 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); in getWebAnimationId() local 115 ASSERT(animatedProperty != AnimatedPropertyInvalid); in getWebAnimationId() 116 return getWebAnimationId(animationNameForTransition(animatedProperty)); in getWebAnimationId()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathSegWithContext.h | 35 SVGAnimatedProperty* animatedProperty() const in animatedProperty() function
|