AddAt 74 ash/shelf/shelf_model.cc return AddAt(items_.size(), item); AddAt 34 ash/shelf/shelf_model.h int AddAt(int index, const ShelfItem& item); AddAt 192 ash/shelf/shelf_model_unittest.cc int app_shortcut_index3 = model_->AddAt(1, item); AddAt 196 ash/shelf/shelf_model_unittest.cc int app_shortcut_index4 = model_->AddAt(6, item); AddAt 200 ash/shelf/shelf_model_unittest.cc int app_shortcut_index5 = model_->AddAt(3, item); AddAt 209 ash/shelf/shelf_model_unittest.cc int platform_app_index3 = model_->AddAt(3, item); AddAt 213 ash/shelf/shelf_model_unittest.cc int app_panel_index1 = model_->AddAt(2, item); AddAt 217 ash/shelf/shelf_model_unittest.cc int platform_app_index4 = model_->AddAt(11, item); AddAt 221 ash/shelf/shelf_model_unittest.cc int app_panel_index2 = model_->AddAt(12, item); AddAt 225 ash/shelf/shelf_model_unittest.cc int platform_app_index5 = model_->AddAt(7, item); AddAt 229 ash/shelf/shelf_model_unittest.cc int app_panel_index3 = model_->AddAt(13, item); AddAt 341 ash/shelf/shelf_model_unittest.cc int app_shortcut_index3 = model_->AddAt(0, item); AddAt 345 ash/shelf/shelf_model_unittest.cc int app_shortcut_index4 = model_->AddAt(5, item); AddAt 349 ash/shelf/shelf_model_unittest.cc int app_shortcut_index5 = model_->AddAt(2, item); AddAt 358 ash/shelf/shelf_model_unittest.cc int platform_app_index3 = model_->AddAt(2, item); AddAt 362 ash/shelf/shelf_model_unittest.cc int app_panel_index1 = model_->AddAt(2, item); AddAt 366 ash/shelf/shelf_model_unittest.cc int platform_app_index4 = model_->AddAt(11, item); AddAt 370 ash/shelf/shelf_model_unittest.cc int app_panel_index2 = model_->AddAt(12, item); AddAt 374 ash/shelf/shelf_model_unittest.cc int platform_app_index5 = model_->AddAt(7, item); AddAt 378 ash/shelf/shelf_model_unittest.cc int app_panel_index3 = model_->AddAt(13, item); AddAt 302 ash/shelf/shelf_view_unittest.cc model_->AddAt(browser_index_, browser_shortcut); AddAt 87 chrome/browser/ui/app_list/search/mixer.cc ui_results->AddAt(i, result->Duplicate().release()); AddAt 1728 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc model_->AddAt(index, item); AddAt 1775 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc model_->AddAt(index, browser_shortcut); AddAt 27 ui/base/models/list_model.h void AddAt(size_t index, ItemType* item) { AddAt 35 ui/base/models/list_model.h AddAt(item_count(), item); AddAt 85 ui/base/models/list_model_unittest.cc model.AddAt(0, new FooItem(2));