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

  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 41 class SynchronousDrag;
453 void OnGotShortcutPath(scoped_refptr<SynchronousDrag> drag,
499 scoped_refptr<SynchronousDrag> synchronous_drag_;
501 // Whether to use SynchronousDrag to support dropping to task bar etc.
apps_grid_view.cc 218 class SynchronousDrag : public ui::DragSourceWin {
220 SynchronousDrag(AppsGridView* grid_view,
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,
    [all...]

Completed in 315 milliseconds