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

  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 301 drag_drop_controller_.reset(new TestDragDropController);
302 drag_drop_controller_->set_should_block_during_drag_drop(false);
304 drag_drop_controller_.get());
309 drag_drop_controller_.reset();
314 drag_drop_controller_->drag_data_ = data;
318 return drag_drop_controller_->drag_window_;
322 return drag_drop_controller_->drag_source_window_;
326 drag_drop_controller_->drag_source_window_ = drag_source_window;
327 drag_source_window->AddObserver(drag_drop_controller_.get());
331 return drag_drop_controller_->drag_image_.get()
348 scoped_ptr<TestDragDropController> drag_drop_controller_; member in class:ash::test::DragDropControllerTest
    [all...]
drag_drop_controller.cc 83 : drag_drop_controller_(controller) {}
110 if (drag_drop_controller_->IsDragDropInProgress())
111 drag_drop_controller_->DragCancel();
127 DragDropController* drag_drop_controller_; member in class:ash::DragDropTrackerDelegate
  /external/chromium_org/ash/test/
shell_test_api.cc 51 return shell_->drag_drop_controller_.get();
  /external/chromium_org/ash/
shell.cc 709 drag_drop_controller_.reset();
    [all...]
shell.h 647 scoped_ptr<DragDropController> drag_drop_controller_; member in class:ash::Shell

Completed in 84 milliseconds