Searched defs:SynchronousDrag (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc218 class SynchronousDrag : public ui::DragSourceWin { class in namespace:app_list
220 SynchronousDrag(AppsGridView* grid_view, function in class:app_list::SynchronousDrag
246 scoped_refptr<SynchronousDrag> this_ref = this;
327 DISALLOW_COPY_AND_ASSIGN(SynchronousDrag);
500 synchronous_drag_ = new SynchronousDrag(this, drag_view_, drag_view_offset_);
540 scoped_refptr<SynchronousDrag> synchronous_drag,

Completed in 44 milliseconds