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 138 drag_window_(NULL),
221 drag_window_ = NULL;
251 if (target != drag_window_) {
252 if (drag_window_) {
253 if ((delegate = aura::client::GetDragDropDelegate(drag_window_)))
255 if (drag_window_ != drag_source_window_)
256 drag_window_->RemoveObserver(this);
258 drag_window_ = target;
260 if (drag_window_ != drag_source_window_)
261 drag_window_->AddObserver(this)
    [all...]
drag_drop_controller.h 104 aura::Window* drag_window_; member in class:ash::DragDropController
drag_drop_controller_unittest.cc 318 return drag_drop_controller_->drag_window_;
    [all...]

Completed in 783 milliseconds