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 144 drag_window_(NULL),
222 drag_window_ = NULL;
253 if (target != drag_window_) {
254 if (drag_window_) {
255 if ((delegate = aura::client::GetDragDropDelegate(drag_window_)))
257 if (drag_window_ != drag_source_window_)
258 drag_window_->RemoveObserver(this);
260 drag_window_ = target;
262 if (drag_window_ != drag_source_window_)
263 drag_window_->AddObserver(this)
    [all...]
drag_drop_controller.h 112 aura::Window* drag_window_; member in class:ash::internal::DragDropController
drag_drop_controller_unittest.cc 342 return drag_drop_controller_->drag_window_;
    [all...]

Completed in 58 milliseconds