HomeSort by relevance Sort by last modified time
    Searched refs:SampledEffect (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
SampledEffect.h 16 class SampledEffect : public NoBaseWillBeGarbageCollected<SampledEffect> {
18 static PassOwnPtrWillBeRawPtr<SampledEffect> create(Animation* animation, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > interpolations)
20 return adoptPtrWillBeNoop(new SampledEffect(animation, interpolations));
38 SampledEffect(Animation*, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > >);
SampledEffect.cpp 6 #include "core/animation/SampledEffect.h"
12 SampledEffect::SampledEffect(Animation* animation, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > interpolations)
24 bool SampledEffect::canChange() const
36 void SampledEffect::clear()
45 void SampledEffect::removeReplacedInterpolationsIfNeeded(const BitArray<numCSSProperties>& replacedProperties)
58 void SampledEffect::trace(Visitor* visitor)
AnimationStack.h 37 #include "core/animation/SampledEffect.h"
52 void add(PassOwnPtrWillBeRawPtr<SampledEffect> effect) { m_effects.append(effect); }
64 WillBeHeapVector<OwnPtrWillBeMember<SampledEffect> > m_effects;
AnimationStack.cpp 53 bool compareEffects(const OwnPtrWillBeMember<SampledEffect>& effect1, const OwnPtrWillBeMember<SampledEffect>& effect2)
100 WillBeHeapVector<OwnPtrWillBeMember<SampledEffect> >& effects = animationStack->m_effects;
105 const SampledEffect& effect = *effects[i];
124 SampledEffect& effect = *m_effects[i];
Animation.h 46 class SampledEffect;
102 RawPtrWillBeMember<SampledEffect> m_sampledEffect;
Animation.cpp 157 OwnPtrWillBeRawPtr<SampledEffect> sampledEffect = SampledEffect::create(this, interpolations.release());
158 m_sampledEffect = sampledEffect.get();
159 ensureAnimationStack(m_target).add(sampledEffect.release());
236 // If our player is kept alive just by the sampledEffect, we might get our
237 // destructor called when we call SampledEffect::clear(), so we need to
241 SampledEffect* sampledEffect = m_sampledEffect;
243 if (sampledEffect)
    [all...]
AnimationStackTest.cpp 42 const WillBeHeapVector<OwnPtrWillBeMember<SampledEffect> >& effects()
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 95 third_party/WebKit/Source/core/animation/SampledEffect.cpp \
    [all...]

Completed in 295 milliseconds