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

  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 469 if (!synchronous_drag_)
475 synchronous_drag_->set_shortcut_path(path);
476 DCHECK(synchronous_drag_->CanRun());
493 synchronous_drag_ = new SynchronousDrag(this, drag_view_, drag_view_offset_);
499 if (synchronous_drag_ && synchronous_drag_->CanRun()) {
500 synchronous_drag_->Run();
501 synchronous_drag_ = NULL;
510 synchronous_drag_ = NULL;
    [all...]
apps_grid_view.h 377 scoped_refptr<SynchronousDrag> synchronous_drag_; member in class:app_list::AppsGridView

Completed in 25 milliseconds