Home
last modified time | relevance | path

Searched refs:FillLayerPropertyWrapperGetter (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp454 class FillLayerPropertyWrapperGetter : public FillLayerPropertyWrapperBase { class
455 WTF_MAKE_NONCOPYABLE(FillLayerPropertyWrapperGetter);
457 FillLayerPropertyWrapperGetter(T (FillLayer::*getter)() const) in FillLayerPropertyWrapperGetter() function in WebCore::FillLayerPropertyWrapperGetter
478 class FillLayerPropertyWrapper : public FillLayerPropertyWrapperGetter<T> {
481 : FillLayerPropertyWrapperGetter<T>(getter) in FillLayerPropertyWrapper()
488 …t->*m_setter)(blendFunc(anim, (a->*FillLayerPropertyWrapperGetter<T>::m_getter)(), (b->*FillLayerP… in blend()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2921143 … custom memory allocation control for AnimationControllerPrivate and FillLayerPropertyWrapperGetter
21146 Inherits AnimationControllerPrivate and FillLayerPropertyWrapperGetter
21152 FillLayerPropertyWrapperGetter - (its child class) page/animation/AnimationBase.cpp:464
70760 (WebCore::FillLayerPropertyWrapperGetter::FillLayerPropertyWrapperGetter):
70761 (WebCore::FillLayerPropertyWrapperGetter::equals):