Searched defs:AddAt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_model.cc70 return AddAt(items_.size(), item);
73 int ShelfModel::AddAt(int index, const LauncherItem& item) { function in class:ash::ShelfModel
/external/chromium_org/ui/base/models/
H A Dlist_model.h27 void AddAt(size_t index, ItemType* item) { function in class:ui::ListModel
35 AddAt(item_count(), item);

Completed in 51 milliseconds