Searched refs:DragDropController (Results 1 – 8 of 8) sorted by relevance
79 explicit DragDropTrackerDelegate(DragDropController* controller) in DragDropTrackerDelegate()124 DragDropController* drag_drop_controller_;132 DragDropController::DragDropController() in DragDropController() function in ash::DragDropController144 DragDropController::~DragDropController() { in ~DragDropController()153 int DragDropController::StartDragAndDrop( in StartDragAndDrop()244 void DragDropController::DragUpdate(aura::Window* target, in DragUpdate()302 void DragDropController::Drop(aura::Window* target, in Drop()333 void DragDropController::DragCancel() { in DragCancel()337 bool DragDropController::IsDragDropInProgress() { in IsDragDropInProgress()341 void DragDropController::OnKeyEvent(ui::KeyEvent* event) { in OnKeyEvent()[all …]
32 class ASH_EXPORT DragDropController38 DragDropController();39 virtual ~DragDropController();131 base::WeakPtrFactory<DragDropController> weak_factory_;133 DISALLOW_COPY_AND_ASSIGN(DragDropController);
150 class TestDragDropController : public DragDropController {152 TestDragDropController() : DragDropController() { Reset(); } in TestDragDropController()171 return DragDropController::StartDragAndDrop( in StartDragAndDrop()177 DragDropController::DragUpdate(target, event); in DragUpdate()183 DragDropController::Drop(target, event); in Drop()188 DragDropController::DragCancel(); in DragCancel()200 DragDropController::DoDragCancel(animation_duration_ms); in DoDragCancel()
17 class DragDropController; variable42 DragDropController* drag_drop_controller();
51 DragDropController* ShellTestApi::drag_drop_controller() { in drag_drop_controller()
91 class DragDropController; variable654 scoped_ptr<DragDropController> drag_drop_controller_;
957 drag_drop_controller_.reset(new DragDropController); in Init()
63 void CancelDrag(DragDropController* controller, bool* canceled) { in CancelDrag()754 ash::DragDropController* drag_drop_controller = in TEST_F()