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

/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp356 class PropertyWrapperGetter : public AnimationPropertyWrapperBase { class in namespace:WebCore
358 PropertyWrapperGetter(CSSPropertyID prop, T (RenderStyle::*getter)() const) function in class:WebCore::PropertyWrapperGetter
380 class PropertyWrapper : public PropertyWrapperGetter<T> {
383 : PropertyWrapperGetter<T>(prop, getter)
390 (dst->*m_setter)(blendFunc(anim, (a->*PropertyWrapperGetter<T>::m_getter)(), (b->*PropertyWrapperGetter<T>::m_getter)(), progress));
398 class RefCountedPropertyWrapper : public PropertyWrapperGetter<T*> {
401 : PropertyWrapperGetter<T*>(prop, getter)
408 (dst->*m_setter)(blendFunc(anim, (a->*PropertyWrapperGetter<T*>::m_getter)(), (b->*PropertyWrapperGetter<
[all...]

Completed in 94 milliseconds