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

  /external/chromium_org/ui/compositor/
closure_animation_observer.cc 9 ClosureAnimationObserver::ClosureAnimationObserver(const base::Closure& closure)
14 ClosureAnimationObserver::~ClosureAnimationObserver() {
17 void ClosureAnimationObserver::OnImplicitAnimationsCompleted() {
closure_animation_observer.h 17 class COMPOSITOR_EXPORT ClosureAnimationObserver
20 explicit ClosureAnimationObserver(const base::Closure& closure);
23 virtual ~ClosureAnimationObserver();
30 DISALLOW_COPY_AND_ASSIGN(ClosureAnimationObserver);

Completed in 190 milliseconds