Home
last modified time | relevance | path

Searched refs:drag_source_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drag_drop_client_win.cc37 drag_source_ = new ui::DragSourceWin; in StartDragAndDrop()
41 drag_source_, in StartDragAndDrop()
62 drag_source_->CancelDrag(); in DragCancel()
Ddesktop_drag_drop_client_win.h48 scoped_refptr<ui::DragSourceWin> drag_source_; variable