Searched refs:IsDerivedFromSVGElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGAnimatedPropertySynchronizer.h52 // IsDerivedFromSVGElement implementation
54 struct IsDerivedFromSVGElement : public Noncopyable { struct in namespace:WebCore
60 struct IsDerivedFromSVGElement<SVGViewSpec> : public Noncopyable { struct in namespace:WebCore
H A DSVGAnimatedProperty.h153 SVGAnimatedPropertySynchronizer<IsDerivedFromSVGElement<OwnerType>::value>::synchronize(contextElement, DOMAttribute, value); \
183 SVGElement* contextElement = GetOwnerElementForType<OwnerType, IsDerivedFromSVGElement<OwnerType>::value>::ownerElement(this); \
190 SVGElement* contextElement = GetOwnerElementForType<OwnerType, IsDerivedFromSVGElement<OwnerType>::value>::ownerElement(this); \
198 SVGElement* contextElement = GetOwnerElementForType<OwnerType, IsDerivedFromSVGElement<OwnerType>::value>::ownerElement(this); \
204 SVGElement* contextElement = GetOwnerElementForType<OwnerType, IsDerivedFromSVGElement<OwnerType>::value>::ownerElement(this); \

Completed in 76 milliseconds