Home
last modified time | relevance | path

Searched refs:DragDropController (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ash/drag_drop/
Ddrag_drop_controller.cc79 explicit DragDropTrackerDelegate(DragDropController* controller) in DragDropTrackerDelegate()
124 DragDropController* drag_drop_controller_;
132 DragDropController::DragDropController() in DragDropController() function in ash::DragDropController
144 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 …]
Ddrag_drop_controller.h32 class ASH_EXPORT DragDropController
38 DragDropController();
39 virtual ~DragDropController();
131 base::WeakPtrFactory<DragDropController> weak_factory_;
133 DISALLOW_COPY_AND_ASSIGN(DragDropController);
Ddrag_drop_controller_unittest.cc150 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()
/external/chromium_org/ash/test/
Dshell_test_api.h17 class DragDropController; variable
42 DragDropController* drag_drop_controller();
Dshell_test_api.cc51 DragDropController* ShellTestApi::drag_drop_controller() { in drag_drop_controller()
/external/chromium_org/ash/
Dshell.h91 class DragDropController; variable
654 scoped_ptr<DragDropController> drag_drop_controller_;
Dshell.cc957 drag_drop_controller_.reset(new DragDropController); in Init()
/external/chromium_org/ash/wm/overview/
Dwindow_selector_unittest.cc63 void CancelDrag(DragDropController* controller, bool* canceled) { in CancelDrag()
754 ash::DragDropController* drag_drop_controller = in TEST_F()