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

/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp254 class PropertyWrapperGetter : public PropertyWrapperBase { class in namespace:WebCore
256 PropertyWrapperGetter(int prop, T (RenderStyle::*getter)() const) function in class:WebCore::PropertyWrapperGetter
278 class PropertyWrapper : public PropertyWrapperGetter<T> {
281 : PropertyWrapperGetter<T>(prop, getter)
288 (dst->*m_setter)(blendFunc(anim, (a->*PropertyWrapperGetter<T>::m_getter)(), (b->*PropertyWrapperGetter<T>::m_getter)(), progress));

Completed in 33 milliseconds