RemoveItem 69 chrome/browser/ui/app_list/app_list_syncable_service.h void RemoveItem(const std::string& id); RemoveItem 176 chrome/browser/ui/app_list/extension_app_model_builder.cc service_->RemoveItem(extension->id()); RemoveItem 154 content/browser/dom_storage/dom_storage_area.cc bool success = map_->RemoveItem(key, old_value); RemoveItem 59 content/browser/dom_storage/dom_storage_area.h bool RemoveItem(const base::string16& key, base::string16* old_value); RemoveItem 101 content/browser/dom_storage/dom_storage_area_unittest.cc EXPECT_TRUE(area->RemoveItem(kKey, &old_value)); RemoveItem 122 content/browser/dom_storage/dom_storage_area_unittest.cc EXPECT_FALSE(area->RemoveItem(kKey, &old_value)); RemoveItem 132 content/browser/dom_storage/dom_storage_host.cc if (!area->RemoveItem(key, old_value)) RemoveItem 333 content/browser/dom_storage/dom_storage_namespace.cc area->RemoveItem(transaction.key, &old_value); RemoveItem 227 content/browser/download/download_manager_impl_unittest.cc void RemoveItem(int id); RemoveItem 544 content/browser/download/download_manager_impl_unittest.cc mock_download_item_factory_->RemoveItem(id); RemoveItem 31 content/common/dom_storage/dom_storage_map.h bool RemoveItem(const base::string16& key, base::string16* old_value); RemoveItem 37 content/common/dom_storage/dom_storage_map_unittest.cc EXPECT_FALSE(map->RemoveItem(kKey, &old_value)); RemoveItem 54 content/common/dom_storage/dom_storage_map_unittest.cc EXPECT_TRUE(map->RemoveItem(kKey, &old_value)); RemoveItem 104 content/common/dom_storage/dom_storage_map_unittest.cc EXPECT_TRUE(map->RemoveItem(kKey, &old_value)); RemoveItem 84 content/renderer/dom_storage/dom_storage_cached_area.cc if (!map_->RemoveItem(key, &unused)) RemoveItem 89 content/renderer/dom_storage/dom_storage_cached_area.cc proxy_->RemoveItem( RemoveItem 141 content/renderer/dom_storage/dom_storage_cached_area.cc map_->RemoveItem(key.string(), &unused); RemoveItem 44 content/renderer/dom_storage/dom_storage_cached_area.h void RemoveItem(int connection_id, RemoveItem 186 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc cached_area->RemoveItem(kConnectionId, kKey, kPageUrl); RemoveItem 257 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc cached_area->RemoveItem(kConnectionId, kKey, kPageUrl); RemoveItem 270 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc cached_area->RemoveItem(kConnectionId, kKey, kPageUrl); RemoveItem 342 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc cached_area->RemoveItem(kConnectionId, kKey, kPageUrl); RemoveItem 349 content/renderer/dom_storage/dom_storage_cached_area_unittest.cc cached_area->RemoveItem(kConnectionId, kKey, kPageUrl); RemoveItem 119 content/renderer/dom_storage/dom_storage_dispatcher.cc virtual void RemoveItem(int connection_id, const base::string16& key, RemoveItem 37 content/renderer/dom_storage/dom_storage_proxy.h virtual void RemoveItem(int connection_id, RemoveItem 73 content/renderer/dom_storage/webstoragearea_impl.cc cached_area_->RemoveItem(connection_id_, key, page_url); RemoveItem 165 ui/app_list/app_list_item_list.cc scoped_ptr<AppListItem> item = RemoveItem(id); RemoveItem 82 ui/app_list/app_list_item_list.h scoped_ptr<AppListItem> RemoveItem(const std::string& id); RemoveItem 105 ui/app_list/app_list_item_list_unittest.cc return item_list_.RemoveItem(id); RemoveItem 195 ui/app_list/app_list_item_list_unittest.cc TEST_F(AppListItemListTest, RemoveItem) { RemoveItem 210 ui/app_list/app_list_item_list_unittest.cc scoped_ptr<AppListItem> item_removed = RemoveItem(item_1->id()); RemoveItem 217 ui/app_list/app_list_item_list_unittest.cc scoped_ptr<AppListItem> not_found_item = RemoveItem("Bogus"); RemoveItem 110 ui/app_list/app_list_model.cc scoped_ptr<AppListItem> source_item_ptr = RemoveItem(source_item); RemoveItem 120 ui/app_list/app_list_model.cc scoped_ptr<AppListItem> source_item_ptr = RemoveItem(source_item); RemoveItem 123 ui/app_list/app_list_model.cc top_level_item_list_->RemoveItem(target_item_id); RemoveItem 155 ui/app_list/app_list_model.cc scoped_ptr<AppListItem> item_ptr = RemoveItem(item); RemoveItem 177 ui/app_list/app_list_model.cc scoped_ptr<AppListItem> item_ptr = RemoveItem(item); RemoveItem 316 ui/app_list/app_list_model.cc return top_level_item_list_->RemoveItem(item->id()); RemoveItem 327 ui/app_list/app_list_model.cc scoped_ptr<AppListItem> result = folder->item_list()->RemoveItem(item->id()); RemoveItem 143 ui/app_list/app_list_model.h scoped_ptr<AppListItem> RemoveItem(AppListItem* item);