Searched defs:DeleteItem (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dapp_list_item_list.cc165 void AppListItemList::DeleteItem(const std::string& id) { function in class:AppListItemList
H A Dapp_list_model.cc234 void AppListModel::DeleteItem(const std::string& id) { function in class:app_list::AppListModel
240 << "Invalid call to DeleteItem for item with children: " << id;
244 top_level_item_list_->DeleteItem(id);
286 DeleteItem(folder_ids[i]);
388 DeleteItem(folder_id);
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_proxy_impl_unittest.cc66 void DeleteItem(const std::string& tag);
188 void ModelTypeSyncProxyImplTest::DeleteItem(const std::string& tag) { function in class:syncer::ModelTypeSyncProxyImplTest
403 DeleteItem("tag1");
420 DeleteItem("tag1");
445 DeleteItem("tag1");

Completed in 154 milliseconds