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

/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp306 class AnimationPropertyWrapperBase { class in namespace:WebCore
307 WTF_MAKE_NONCOPYABLE(AnimationPropertyWrapperBase);
310 AnimationPropertyWrapperBase(CSSPropertyID prop) function in class:WebCore::AnimationPropertyWrapperBase
315 virtual ~AnimationPropertyWrapperBase() { }
331 static Vector<AnimationPropertyWrapperBase*>* gPropertyWrappers = 0;
333 static void addPropertyWrapper(CSSPropertyID propertyID, AnimationPropertyWrapperBase* wrapper)
344 static AnimationPropertyWrapperBase* wrapperForProperty(CSSPropertyID propertyID)
356 class PropertyWrapperGetter : public AnimationPropertyWrapperBase {
359 : AnimationPropertyWrapperBase(prop)
541 class PropertyWrapperShadow : public AnimationPropertyWrapperBase {
[all...]

Completed in 30 milliseconds