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

  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 141 drag_window_(NULL),
224 drag_window_ = NULL;
254 if (target != drag_window_) {
255 if (drag_window_) {
256 if ((delegate = aura::client::GetDragDropDelegate(drag_window_)))
258 if (drag_window_ != drag_source_window_)
259 drag_window_->RemoveObserver(this);
261 drag_window_ = target;
263 if (drag_window_ != drag_source_window_)
264 drag_window_->AddObserver(this)
    [all...]
drag_drop_controller.h 107 aura::Window* drag_window_; member in class:ash::internal::DragDropController
drag_drop_controller_unittest.cc 317 return drag_drop_controller_->drag_window_;
    [all...]

Completed in 664 milliseconds