Searched defs:RemoveItem (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map.cc89 bool DOMStorageMap::RemoveItem( function in class:content::DOMStorageMap
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_cached_area.cc79 void DOMStorageCachedArea::RemoveItem(int connection_id, function in class:content::DOMStorageCachedArea
84 if (!map_->RemoveItem(key, &unused))
89 proxy_->RemoveItem(
141 map_->RemoveItem(key.string(), &unused);
H A Ddom_storage_dispatcher.cc120 virtual void RemoveItem(int connection_id, const base::string16& key,
262 void DomStorageDispatcher::ProxyImpl::RemoveItem( function in class:content::DomStorageDispatcher::ProxyImpl
/external/chromium_org/ui/app_list/
H A Dapp_list_item_list.cc166 scoped_ptr<AppListItem> item = RemoveItem(id);
170 scoped_ptr<AppListItem> AppListItemList::RemoveItem(const std::string& id) { function in class:AppListItemList
173 LOG(FATAL) << "RemoveItem: Not found: " << id;
H A Dapp_list_item_list_unittest.cc104 scoped_ptr<AppListItem> RemoveItem(const std::string& id) { function in class:app_list::AppListItemListTest
105 return item_list_.RemoveItem(id);
195 TEST_F(AppListItemListTest, RemoveItem) {
210 scoped_ptr<AppListItem> item_removed = RemoveItem(item_1->id());
H A Dapp_list_model.cc116 scoped_ptr<AppListItem> source_item_ptr = RemoveItem(source_item);
126 scoped_ptr<AppListItem> source_item_ptr = RemoveItem(source_item);
129 top_level_item_list_->RemoveItem(target_item_id);
161 scoped_ptr<AppListItem> item_ptr = RemoveItem(item);
185 scoped_ptr<AppListItem> item_ptr = RemoveItem(item);
371 scoped_ptr<AppListItem> AppListModel::RemoveItem(AppListItem* item) { function in class:app_list::AppListModel
373 return top_level_item_list_->RemoveItem(item->id());
384 scoped_ptr<AppListItem> result = folder->item_list()->RemoveItem(item->id());
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area.cc147 bool DOMStorageArea::RemoveItem(const base::string16& key, function in class:content::DOMStorageArea
154 bool success = map_->RemoveItem(key, old_value);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.cc432 void AppListSyncableService::RemoveItem(const std::string& id) { function in class:app_list::AppListSyncableService
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc229 void RemoveItem(int id);
294 void MockDownloadItemFactory::RemoveItem(int id) { function in class:content::__anon7080::MockDownloadItemFactory
529 mock_download_item_factory_->RemoveItem(id);

Completed in 179 milliseconds