Searched refs:drag_drop_controller_ (Results 1 – 5 of 5) sorted by relevance
297 drag_drop_controller_.reset(new TestDragDropController); in SetUp()298 drag_drop_controller_->set_should_block_during_drag_drop(false); in SetUp()300 drag_drop_controller_.get()); in SetUp()305 drag_drop_controller_.reset(); in TearDown()310 drag_drop_controller_->drag_data_ = data; in UpdateDragData()314 return drag_drop_controller_->drag_window_; in GetDragWindow()318 return drag_drop_controller_->drag_source_window_; in GetDragSourceWindow()322 drag_drop_controller_->drag_source_window_ = drag_source_window; in SetDragSourceWindow()323 drag_source_window->AddObserver(drag_drop_controller_.get()); in SetDragSourceWindow()327 return drag_drop_controller_->drag_image_.get() ? in GetDragImageWindow()[all …]
80 : drag_drop_controller_(controller) {} in DragDropTrackerDelegate()107 if (drag_drop_controller_->IsDragDropInProgress()) in OnCaptureLost()108 drag_drop_controller_->DragCancel(); in OnCaptureLost()124 DragDropController* drag_drop_controller_; member in ash::DragDropTrackerDelegate
52 return shell_->drag_drop_controller_.get(); in drag_drop_controller()
725 drag_drop_controller_.reset(); in ~Shell()957 drag_drop_controller_.reset(new DragDropController); in Init()1086 DCHECK(drag_drop_controller_.get()); in InitRootWindow()1095 aura::client::SetDragDropClient(root_window, drag_drop_controller_.get()); in InitRootWindow()
654 scoped_ptr<DragDropController> drag_drop_controller_; variable