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

  /external/chromium_org/ash/shelf/
shelf_unittest.cc 106 shelf_model()->RemoveItemAt(index);
134 shelf_model()->RemoveItemAt(index);
157 shelf_model()->RemoveItemAt(shelf_model()->ItemIndexByID(first_item_id));
shelf_model.h 37 void RemoveItemAt(int index);
shelf_model.cc 65 void ShelfModel::RemoveItemAt(int index) {
shelf_window_watcher.cc 144 model_->RemoveItemAt(model_->ItemIndexByID(GetShelfIDForWindow(window)));
shelf_model_unittest.cc 125 model_->RemoveItemAt(index);
shelf_view_unittest.cc 273 model_->RemoveItemAt(index);
380 model_->RemoveItemAt(model_->ItemIndexByID(id));
    [all...]
  /external/chromium_org/ui/app_list/
app_list_item_list.h 86 scoped_ptr<AppListItem> RemoveItemAt(size_t index);
app_list_item_list.cc 173 return RemoveItemAt(index);
178 scoped_ptr<AppListItem> AppListItemList::RemoveItemAt(size_t index) {
189 scoped_ptr<AppListItem> item = RemoveItemAt(index);
app_list_item_list_unittest.cc 108 scoped_ptr<AppListItem> RemoveItemAt(size_t index) {
109 return item_list_.RemoveItemAt(index);
174 TEST_F(AppListItemListTest, RemoveItemAt) {
185 scoped_ptr<AppListItem> item_removed = RemoveItemAt(1);
app_list_model.cc 277 scoped_ptr<AppListItem> child = folder->item_list()->RemoveItemAt(0);
  /external/chromium_org/ash/test/
test_shelf_delegate.cc 62 model_->RemoveItemAt(index);
  /external/chromium_org/ash/shell/
window_watcher.cc 134 model->RemoveItemAt(index);
  /external/chromium_org/ui/base/models/
simple_menu_model.h 124 void RemoveItemAt(int index);
simple_menu_model.cc 241 void SimpleMenuModel::RemoveItemAt(int index) {
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.cc 654 RemoveItemAt(last_local_model_index_--);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 415 model_->RemoveItemAt(index);
    [all...]

Completed in 295 milliseconds