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

  /external/chromium_org/content/common/dom_storage/
dom_storage_map.cc 89 bool DOMStorageMap::RemoveItem(
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.cc 147 bool DOMStorageArea::RemoveItem(const base::string16& key,
154 bool success = map_->RemoveItem(key, old_value);
  /external/chromium_org/content/renderer/dom_storage/
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_dispatcher.cc 120 virtual void RemoveItem(int connection_id, const base::string16& key,
262 void DomStorageDispatcher::ProxyImpl::RemoveItem(
  /external/chromium_org/ui/app_list/
app_list_item_list.cc 166 scoped_ptr<AppListItem> item = RemoveItem(id);
170 scoped_ptr<AppListItem> AppListItemList::RemoveItem(const std::string& id) {
173 LOG(FATAL) << "RemoveItem: Not found: " << 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());
app_list_model.cc 116 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) {
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/download/
download_manager_impl_unittest.cc 229 void RemoveItem(int id);
294 void MockDownloadItemFactory::RemoveItem(int id) {
529 mock_download_item_factory_->RemoveItem(id);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 432 void AppListSyncableService::RemoveItem(const std::string& id) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msclus.h     [all...]

Completed in 310 milliseconds