webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SVGPropertyInfo.h>
Public Types | |
typedef void(* | SynchronizeProperty) (SVGElement *) |
typedef Ref< SVGAnimatedProperty >(* | LookupOrCreateWrapperForAnimatedProperty) (SVGElement *) |
typedef void(* | SynchronizeProperty) (SVGElement *) |
typedef Ref< SVGAnimatedProperty >(* | LookupOrCreateWrapperForAnimatedProperty) (SVGElement *) |
Public Member Functions | |
SVGPropertyInfo (AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName &newAttributeName, const AtomicString &newPropertyIdentifier, SynchronizeProperty newSynchronizeProperty, LookupOrCreateWrapperForAnimatedProperty newLookupOrCreateWrapperForAnimatedProperty) | |
SVGPropertyInfo (AnimatedPropertyType newType, AnimatedPropertyState newState, const QualifiedName &newAttributeName, const AtomicString &newPropertyIdentifier, SynchronizeProperty newSynchronizeProperty, LookupOrCreateWrapperForAnimatedProperty newLookupOrCreateWrapperForAnimatedProperty) | |
typedef Ref<SVGAnimatedProperty>(* WebCore::SVGPropertyInfo::LookupOrCreateWrapperForAnimatedProperty) (SVGElement *) |
typedef Ref<SVGAnimatedProperty>(* WebCore::SVGPropertyInfo::LookupOrCreateWrapperForAnimatedProperty) (SVGElement *) |
typedef void(* WebCore::SVGPropertyInfo::SynchronizeProperty) (SVGElement *) |
typedef void(* WebCore::SVGPropertyInfo::SynchronizeProperty) (SVGElement *) |
WebCore::SVGPropertyInfo::SVGPropertyInfo | ( | AnimatedPropertyType | newType, |
AnimatedPropertyState | newState, | ||
const QualifiedName & | newAttributeName, | ||
const AtomicString & | newPropertyIdentifier, | ||
SynchronizeProperty | newSynchronizeProperty, | ||
LookupOrCreateWrapperForAnimatedProperty | newLookupOrCreateWrapperForAnimatedProperty | ||
) |
WebCore::SVGPropertyInfo::SVGPropertyInfo | ( | AnimatedPropertyType | newType, |
AnimatedPropertyState | newState, | ||
const QualifiedName & | newAttributeName, | ||
const AtomicString & | newPropertyIdentifier, | ||
SynchronizeProperty | newSynchronizeProperty, | ||
LookupOrCreateWrapperForAnimatedProperty | newLookupOrCreateWrapperForAnimatedProperty | ||
) |
AnimatedPropertyState WebCore::SVGPropertyInfo::animatedPropertyState |
AnimatedPropertyType WebCore::SVGPropertyInfo::animatedPropertyType |
const QualifiedName & WebCore::SVGPropertyInfo::attributeName |
LookupOrCreateWrapperForAnimatedProperty WebCore::SVGPropertyInfo::lookupOrCreateWrapperForAnimatedProperty |
const AtomicString & WebCore::SVGPropertyInfo::propertyIdentifier |
SynchronizeProperty WebCore::SVGPropertyInfo::synchronizeProperty |
WebCore::SVGPropertyInfo::WTF_MAKE_FAST_ALLOCATED |