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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableNeutral.h 38 class AnimatableNeutral : public AnimatableValue {
40 virtual ~AnimatableNeutral() { }
43 static PassRefPtr<AnimatableNeutral> create() { return adoptRef(new AnimatableNeutral()); }
AnimatableValue.cpp 33 #include "core/animation/AnimatableNeutral.h"
41 DEFINE_STATIC_REF(AnimatableNeutral, neutralSentinelValue, (AnimatableNeutral::create()));
AnimatableValueTestHelper.h 47 #include "core/animation/AnimatableNeutral.h"
77 void PrintTo(const AnimatableNeutral&, ::std::ostream*);
AnimatableValueTestHelper.cpp 102 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os)
104 *os << "AnimatableNeutral@" << &animValue;
248 PrintTo(*(static_cast<const AnimatableNeutral*>(&animValue)), os);

Completed in 2764 milliseconds