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

  /external/chromium_org/content/renderer/dom_storage/
dom_storage_proxy.h 32 virtual void RemoveItem(int connection_id,
dom_storage_cached_area.cc 67 void DOMStorageCachedArea::RemoveItem(int connection_id,
72 if (!map_->RemoveItem(key, &unused))
77 proxy_->RemoveItem(
129 map_->RemoveItem(key.string(), &unused);
dom_storage_cached_area.h 44 void RemoveItem(int connection_id,
webstoragearea_impl.cc 71 void WebStorageAreaImpl::removeItem(
73 cached_area_->RemoveItem(connection_id_, key, page_url);
dom_storage_cached_area_unittest.cc 48 virtual void RemoveItem(int connection_id,
179 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
247 // RemoveItem with nothing to remove, expect just one call to load.
250 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
257 // RemoveItem with something to remove, expect a call to load followed
263 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
334 // RemoveItem
335 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
342 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
dom_storage_dispatcher.cc 115 virtual void RemoveItem(int connection_id, const string16& key,
240 void DomStorageDispatcher::ProxyImpl::RemoveItem(
  /external/chromium_org/content/common/dom_storage/
dom_storage_map.h 31 bool RemoveItem(const base::string16& key, base::string16* old_value);
dom_storage_map_unittest.cc 35 EXPECT_FALSE(map->RemoveItem(kKey, &old_value));
52 EXPECT_TRUE(map->RemoveItem(kKey, &old_value));
102 EXPECT_TRUE(map->RemoveItem(kKey, &old_value));
dom_storage_map.cc 89 bool DOMStorageMap::RemoveItem(
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.h 59 bool RemoveItem(const base::string16& key, base::string16* old_value);
dom_storage_host.cc 123 if (!area->RemoveItem(key, old_value))
dom_storage_area.cc 147 bool DOMStorageArea::RemoveItem(const base::string16& key,
154 bool success = map_->RemoveItem(key, old_value);
dom_storage_area_unittest.cc 100 EXPECT_TRUE(area->RemoveItem(kKey, &old_value));
121 EXPECT_FALSE(area->RemoveItem(kKey, &old_value));
  /external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc 225 void RemoveItem(int id);
288 void MockDownloadItemFactory::RemoveItem(int id) {
524 mock_download_item_factory_->RemoveItem(id);
  /external/chromium/chrome/browser/task_manager/
task_manager.h 375 void RemoveItem(TaskManager::Resource* resource);

Completed in 1281 milliseconds