Searched defs:drag_drop_controller_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc80 : drag_drop_controller_(controller) {}
107 if (drag_drop_controller_->IsDragDropInProgress())
108 drag_drop_controller_->DragCancel();
124 DragDropController* drag_drop_controller_; member in class:ash::DragDropTrackerDelegate
H A Ddrag_drop_controller_unittest.cc297 drag_drop_controller_.reset(new TestDragDropController);
298 drag_drop_controller_->set_should_block_during_drag_drop(false);
300 drag_drop_controller_.get());
305 drag_drop_controller_.reset();
310 drag_drop_controller_->drag_data_ = data;
314 return drag_drop_controller_->drag_window_;
318 return drag_drop_controller_->drag_source_window_;
322 drag_drop_controller_->drag_source_window_ = drag_source_window;
323 drag_source_window->AddObserver(drag_drop_controller_.get());
327 return drag_drop_controller_
344 scoped_ptr<TestDragDropController> drag_drop_controller_; member in class:ash::test::DragDropControllerTest
[all...]
/external/chromium_org/ash/
H A Dshell.h654 scoped_ptr<DragDropController> drag_drop_controller_; member in class:ash::Shell

Completed in 149 milliseconds