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

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 109 DCHECK(!drag_drop_thread_.get());
136 DCHECK(!drag_drop_thread_.get());
137 drag_drop_thread_.reset(new DragDropThread(this));
140 if (drag_drop_thread_->StartWithOptions(options)) {
141 drag_drop_thread_->message_loop()->PostTask(
155 drag_out_thread_id = drag_drop_thread_->thread_id();
346 drag_drop_thread_.reset();
tab_contents_drag_win.h 89 scoped_ptr<DragDropThread> drag_drop_thread_; member in class:TabContentsDragWin
  /external/chromium_org/content/browser/web_contents/
web_contents_drag_win.cc 155 DCHECK(!drag_drop_thread_.get());
178 DCHECK(!drag_drop_thread_.get());
179 drag_drop_thread_.reset(new DragDropThread(this));
182 if (drag_drop_thread_->StartWithOptions(options)) {
183 drag_drop_thread_->message_loop()->PostTask(
190 EnableBackgroundDraggingSupport(drag_drop_thread_->thread_id());
216 // Only drag_drop_thread_ member is accessed.
412 drag_drop_thread_.reset();
web_contents_drag_win.h 110 scoped_ptr<DragDropThread> drag_drop_thread_; member in class:content::WebContentsDragWin

Completed in 82 milliseconds