Searched refs:DragDropThread (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_drag_win.h17 class DragDropThread;
89 scoped_ptr<DragDropThread> drag_drop_thread_;
H A Dtab_contents_drag_win.cc70 class DragDropThread : public base::Thread { class in inherits:base::Thread
72 explicit DragDropThread(TabContentsDragWin* drag_handler) function in class:DragDropThread
77 virtual ~DragDropThread() {
97 DISALLOW_COPY_AND_ASSIGN(DragDropThread);
137 drag_drop_thread_.reset(new DragDropThread(this));

Completed in 233 milliseconds