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

  /external/chromium_org/content/renderer/dom_storage/
dom_storage_proxy.h 37 virtual void RemoveItem(int connection_id,
dom_storage_cached_area.cc 79 void DOMStorageCachedArea::RemoveItem(int connection_id,
84 if (!map_->RemoveItem(key, &unused))
89 proxy_->RemoveItem(
141 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 55 virtual void RemoveItem(int connection_id,
186 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
254 // RemoveItem with nothing to remove, expect just one call to load.
257 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
264 // RemoveItem with something to remove, expect a call to load followed
270 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
341 // RemoveItem
342 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
349 cached_area->RemoveItem(kConnectionId, kKey, kPageUrl);
dom_storage_dispatcher.cc 120 virtual void RemoveItem(int connection_id, const base::string16& key,
262 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 37 EXPECT_FALSE(map->RemoveItem(kKey, &old_value));
54 EXPECT_TRUE(map->RemoveItem(kKey, &old_value));
104 EXPECT_TRUE(map->RemoveItem(kKey, &old_value));
dom_storage_map.cc 89 bool DOMStorageMap::RemoveItem(
  /external/chromium_org/ui/app_list/
app_list_model.cc 117 scoped_ptr<AppListItem> source_item_ptr = RemoveItem(source_item);
127 scoped_ptr<AppListItem> source_item_ptr = RemoveItem(source_item);
130 top_level_item_list_->RemoveItem(target_item_id);
162 scoped_ptr<AppListItem> item_ptr = RemoveItem(item);
184 scoped_ptr<AppListItem> item_ptr = RemoveItem(item);
353 scoped_ptr<AppListItem> AppListModel::RemoveItem(AppListItem* item) {
355 return top_level_item_list_->RemoveItem(item->id());
366 scoped_ptr<AppListItem> result = folder->item_list()->RemoveItem(item->id());
app_list_item_list.h 82 scoped_ptr<AppListItem> RemoveItem(const std::string& id);
app_list_item_list_unittest.cc 104 scoped_ptr<AppListItem> RemoveItem(const std::string& id) {
105 return item_list_.RemoveItem(id);
195 TEST_F(AppListItemListTest, RemoveItem) {
210 scoped_ptr<AppListItem> item_removed = RemoveItem(item_1->id());
217 scoped_ptr<AppListItem> not_found_item = RemoveItem("Bogus");
app_list_model.h 150 scoped_ptr<AppListItem> RemoveItem(AppListItem* item);
app_list_item_list.cc 165 scoped_ptr<AppListItem> item = RemoveItem(id);
169 scoped_ptr<AppListItem> AppListItemList::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_area.cc 147 bool DOMStorageArea::RemoveItem(const base::string16& key,
154 bool success = map_->RemoveItem(key, old_value);
dom_storage_host.cc 132 if (!area->RemoveItem(key, old_value))
dom_storage_area_unittest.cc 101 EXPECT_TRUE(area->RemoveItem(kKey, &old_value));
122 EXPECT_FALSE(area->RemoveItem(kKey, &old_value));
dom_storage_namespace.cc 333 area->RemoveItem(transaction.key, &old_value);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.h 70 void RemoveItem(const std::string& id);
extension_app_model_builder.cc 167 service_->RemoveItem(extension->id());
app_list_syncable_service.cc 420 void AppListSyncableService::RemoveItem(const std::string& id) {
    [all...]
  /external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc 229 void RemoveItem(int id);
294 void MockDownloadItemFactory::RemoveItem(int id) {
528 mock_download_item_factory_->RemoveItem(id);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msclus.h     [all...]

Completed in 282 milliseconds