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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.cpp 32 #include "core/animation/ActiveAnimations.h"
38 ActiveAnimations::~ActiveAnimations()
47 void ActiveAnimations::updateAnimationFlags(RenderStyle& style)
73 void ActiveAnimations::cancelAnimationOnCompositor()
79 void ActiveAnimations::trace(Visitor* visitor)
ActiveAnimations.h 49 class ActiveAnimations : public NoBaseWillBeGarbageCollectedFinalized<ActiveAnimations> {
50 WTF_MAKE_NONCOPYABLE(ActiveAnimations);
52 ActiveAnimations()
57 ~ActiveAnimations();

Completed in 46 milliseconds