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_));
634 if (!drag_and_drop_shelf_id_ ||
640 model_->ItemIndexByID(drag_and_drop_shelf_id_));
654 if (!drag_and_drop_shelf_id_)
    [all...]
shelf_view.h 406 ShelfID drag_and_drop_shelf_id_; member in class:ash::ShelfView

Completed in 442 milliseconds