OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveItem
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/common/dom_storage/
dom_storage_map.cc
89
bool DOMStorageMap::
RemoveItem
(
/external/chromium_org/ui/app_list/
app_list_item_list.cc
88
scoped_ptr<AppListItemModel> item =
RemoveItem
(id);
101
scoped_ptr<AppListItemModel> AppListItemList::
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
119
virtual void
RemoveItem
(int connection_id, const base::string16& key,
261
void DomStorageDispatcher::ProxyImpl::
RemoveItem
(
/external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc
135
void AppListSyncableService::
RemoveItem
(const std::string& id) {
/external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc
225
void
RemoveItem
(int id);
288
void MockDownloadItemFactory::
RemoveItem
(int id) {
531
mock_download_item_factory_->
RemoveItem
(id);
Completed in 215 milliseconds