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 156 if (cancel_animation_)
157 cancel_animation_->End();
225 if (cancel_animation_)
226 cancel_animation_->End();
238 if (!cancel_animation_.get() || !cancel_animation_->is_animating() ||
486 cancel_animation_.reset();
539 cancel_animation_.reset(CreateCancelAnimation(animation_duration_ms,
542 cancel_animation_->Start();
drag_drop_controller.h 118 scoped_ptr<ui::LinearAnimation> cancel_animation_; member in class:ash::internal::DragDropController
drag_drop_controller_unittest.cc 367 drag_drop_controller_->cancel_animation_.get());
    [all...]

Completed in 525 milliseconds