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

  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 153 if (cancel_animation_)
154 cancel_animation_->End();
227 if (cancel_animation_)
228 cancel_animation_->End();
238 if (!cancel_animation_.get() || !cancel_animation_->is_animating() ||
484 cancel_animation_.reset();
538 cancel_animation_.reset(CreateCancelAnimation(animation_duration_ms,
541 cancel_animation_->Start();
drag_drop_controller.h 113 scoped_ptr<gfx::LinearAnimation> cancel_animation_; member in class:ash::internal::DragDropController
drag_drop_controller_unittest.cc 342 drag_drop_controller_->cancel_animation_.get());
    [all...]

Completed in 48 milliseconds