HomeSort by relevance Sort by last modified time
    Searched refs:DragDropController (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ash/test/
shell_test_api.h 22 class DragDropController;
43 internal::DragDropController* drag_drop_controller();
shell_test_api.cc 51 internal::DragDropController* ShellTestApi::drag_drop_controller() {
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 85 explicit DragDropTrackerDelegate(DragDropController* controller)
133 DragDropController* drag_drop_controller_;
139 // DragDropController, public:
141 DragDropController::DragDropController()
153 DragDropController::~DragDropController() {
162 int DragDropController::StartDragAndDrop(
250 void DragDropController::DragUpdate(aura::Window* target,
301 void DragDropController::Drop(aura::Window* target
    [all...]
drag_drop_controller.h 40 class ASH_EXPORT DragDropController
46 DragDropController();
47 virtual ~DragDropController();
139 base::WeakPtrFactory<DragDropController> weak_factory_;
141 DISALLOW_COPY_AND_ASSIGN(DragDropController);
drag_drop_controller_unittest.cc 150 class TestDragDropController : public internal::DragDropController {
152 TestDragDropController() : internal::DragDropController() {
173 return DragDropController::StartDragAndDrop(
179 DragDropController::DragUpdate(target, event);
185 DragDropController::Drop(target, event);
190 DragDropController::DragCancel();
202 DragDropController::DoDragCancel(animation_duration_ms);
400 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
445 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
494 // initiation in DragDropController::StartDragAndDrop(). Hence we set th
    [all...]
  /external/chromium_org/ash/
shell.h 108 class DragDropController;
551 scoped_ptr<internal::DragDropController> drag_drop_controller_;
shell.cc 566 drag_drop_controller_.reset(new internal::DragDropController);
    [all...]

Completed in 202 milliseconds