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

  /external/chromium_org/ash/shelf/
shelf_model.cc 47 ShelfModel::ShelfModel() : next_id_(1), status_(STATUS_NORMAL) {
50 ShelfModel::~ShelfModel() {
53 int ShelfModel::Add(const ShelfItem& item) {
57 int ShelfModel::AddAt(int index, const ShelfItem& item) {
65 void ShelfModel::RemoveItemAt(int index) {
76 void ShelfModel::Move(int index, int target_index) {
87 void ShelfModel::Set(int index, const ShelfItem& item) {
113 int ShelfModel::ItemIndexByID(ShelfID id) const
    [all...]
shelf_model.h 18 class ASH_EXPORT ShelfModel {
26 ShelfModel();
27 ~ShelfModel();
67 // Returns a reserved id which will not be used by the |ShelfModel|.
96 DISALLOW_COPY_AND_ASSIGN(ShelfModel);

Completed in 51 milliseconds