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

  /external/chromium_org/ash/shelf/
shelf_view.cc 387 drag_and_drop_shelf_id_(0),
580 if (drag_and_drop_shelf_id_ ||
589 drag_and_drop_shelf_id_ =
597 (!drag_and_drop_shelf_id_ ||
600 drag_and_drop_shelf_id_ =
602 if (!drag_and_drop_shelf_id_)
607 model_->ItemIndexByID(drag_and_drop_shelf_id_));
633 if (!drag_and_drop_shelf_id_ ||
639 model_->ItemIndexByID(drag_and_drop_shelf_id_));
652 if (!drag_and_drop_shelf_id_)
    [all...]
shelf_view.h 404 ShelfID drag_and_drop_shelf_id_; member in class:ash::ShelfView

Completed in 395 milliseconds