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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
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)
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> > >);

Completed in 44 milliseconds