Searched refs:SetItem (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map_unittest.cc44 EXPECT_TRUE(map->SetItem(kKey, kValue, &old_nullable_value));
57 EXPECT_TRUE(map->SetItem(kKey, kValue, &old_nullable_value));
58 EXPECT_TRUE(map->SetItem(kKey2, kValue, &old_nullable_value));
61 EXPECT_TRUE(map->SetItem(kKey2, kValue2, &old_nullable_value));
98 EXPECT_TRUE(map->SetItem(kKey, kValue, &old_nullable_value));
99 EXPECT_FALSE(map->SetItem(kKey2, kValue, &old_nullable_value));
105 EXPECT_TRUE(map->SetItem(kKey2, kValue, &old_nullable_value));
117 EXPECT_TRUE(map->SetItem(kKey, kValue, &old_nullable_value));
118 EXPECT_FALSE(map->SetItem(kKey, base::string16(kValue + kValue),
120 EXPECT_TRUE(map->SetItem(kKe
[all...]
H A Ddom_storage_map.h29 bool SetItem(const base::string16& key, const base::string16& value,
H A Ddom_storage_map.cc64 bool DOMStorageMap::SetItem( function in class:content::DOMStorageMap
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area_unittest.cc50 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_value));
86 EXPECT_TRUE(area->SetItem(kKey, kValue, &old_nullable_value));
87 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_nullable_value));
104 EXPECT_TRUE(area->SetItem(kKey, kValue, &old_nullable_value));
120 EXPECT_FALSE(area->SetItem(kKey, kValue, &old_nullable_value));
151 EXPECT_TRUE(area->SetItem(kKey, kValue, &old_value));
180 EXPECT_TRUE(area->SetItem(kKey, kValue, &old_value));
226 EXPECT_TRUE(area->SetItem(kKey, kValue, &old_value));
231 EXPECT_TRUE(area->SetItem(kKey2, kValue2, &old_value));
261 EXPECT_TRUE(area->SetItem(kKe
[all...]
H A Ddom_storage_context_impl_unittest.cc107 OpenStorageArea(kOrigin)->SetItem(kKey, kValue, &old_value));
138 OpenStorageArea(kOrigin)->SetItem(kKey, kValue, &old_value));
140 OpenStorageArea(kSessionOnlyOrigin)->SetItem(kKey, kValue, &old_value));
157 OpenStorageArea(kSessionOnlyOrigin)->SetItem(kKey, kValue, &old_value));
215 area->SetItem(kKey, kValue, &old_nullable_value);
274 area1->SetItem(kKey, kValue, &old_value);
296 area2->SetItem(kKey, kValue2, &old_value);
327 target_ns_area->SetItem(kKey, kValue, &old_value);
328 target_ns_area->SetItem(kKey2, kKey2Value, &old_value);
H A Ddom_storage_area.h57 bool SetItem(const base::string16& key, const base::string16& value,
H A Ddom_storage_area.cc131 bool DOMStorageArea::SetItem(const base::string16& key, function in class:content::DOMStorageArea
139 bool success = map_->SetItem(key, value, old_value);
H A Ddom_storage_host.cc116 if (!area->SetItem(key, value, old_value))
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_proxy.h27 virtual void SetItem(int connection_id,
H A Ddom_storage_cached_area.cc56 bool DOMStorageCachedArea::SetItem(int connection_id, function in class:content::DOMStorageCachedArea
67 if (!map_->SetItem(key, value, &unused))
72 proxy_->SetItem(
127 map_->SetItem(iter->first, value.string(), &unused);
150 map_->SetItem(key.string(), new_value.string(), &unused);
H A Dwebstoragearea_impl.cc65 if (!cached_area_->SetItem(connection_id_, key, value, page_url))
H A Ddom_storage_cached_area_unittest.cc37 virtual void SetItem(int connection_id,
182 EXPECT_TRUE(cached_area->SetItem(kConnectionId, kKey, kValue, kPageUrl));
230 // SetItem, we expect a call to load followed by a call to set item
233 EXPECT_TRUE(cached_area->SetItem(kConnectionId, kKey, kValue, kPageUrl));
330 // SetItem
331 EXPECT_TRUE(cached_area->SetItem(kConnectionId, kKey, kValue, kPageUrl));
348 EXPECT_TRUE(cached_area->SetItem(kConnectionId, kKey, kValue, kPageUrl));
357 EXPECT_TRUE(cached_area->SetItem(kConnectionId, kKey, kValue, kPageUrl));
H A Ddom_storage_cached_area.h40 bool SetItem(int connection_id,
H A Ddom_storage_dispatcher.cc114 virtual void SetItem(int connection_id, const base::string16& key,
246 void DomStorageDispatcher::ProxyImpl::SetItem( function in class:content::DomStorageDispatcher::ProxyImpl
/external/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h29 void SetItem(void* ptr);
/external/webrtc/src/system_wrappers/source/
H A Dmap_no_stl.h29 void SetItem(void* ptr);
H A Dmap.cc39 void MapItem::SetItem(void* ptr) function in class:webrtc::MapItem
H A Dmap_no_stl.cc44 void MapNoStlItem::SetItem(void* ptr) function in class:webrtc::MapNoStlItem
H A Dmap_unittest.cc223 compare_item->SetItem(ascend_item->GetItem());
/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc105 // Test SetItem
107 last_item->SetItem(reinterpret_cast<void*>(&swapped_item));
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas105 procedure SetItem(const Key: TKey; const Value: TValue); procedure
121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
179 SetItem(Key, Value)
244 procedure THashList<TKey, TValue>.SetItem(const Key: TKey; const Value: TValue);
H A DAntlr.Runtime.Tools.pas136 procedure SetItem(Index: Integer; const Value: T);
181 property Items[Index: Integer]: T read GetItem write SetItem; default;
190 procedure SetItem(const Key: TKey; const Value: TValue);
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
225 procedure SetItem(Index: Integer; const Value: T);
293 procedure SetItem(const Key: TKey; const Value: TValue);
527 procedure TList<T>.SetItem(Index: Integer; const Value: T);
651 procedure TDictionary<TKey,TValue>.SetItem(const Key: TKey; const Value: TValue);
864 SetItem(Key,Value)
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h127 void SetItem(int index, bool defined, UInt64 value) function in struct:NArchive::N7z::CUInt64DefVector
H A D7zOut.cpp858 CTime.SetItem(index, file2.CTimeDefined, file2.CTime);
859 ATime.SetItem(index, file2.ATimeDefined, file2.ATime);
860 MTime.SetItem(index, file2.MTimeDefined, file2.MTime);
861 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas286 FIList.SetItem(Index, Value);
459 FIDictionary.SetItem(Key, Value);

Completed in 456 milliseconds

12