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

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc150 class TestDragDropController : public DragDropController { class in namespace:ash::test::__anon1890
152 TestDragDropController() : DragDropController() { Reset(); } function in class:ash::test::__anon1890::TestDragDropController
211 DISALLOW_COPY_AND_ASSIGN(TestDragDropController);
297 drag_drop_controller_.reset(new TestDragDropController);
344 scoped_ptr<TestDragDropController> drag_drop_controller_;

Completed in 63 milliseconds