HomeSort by relevance Sort by last modified time
    Searched refs:GetItem (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 26 void* GetItem();
list_wrapper.h 27 void* GetItem() const;
  /external/chromium_org/components/cloud_devices/common/
cloud_device_description.h 38 const base::DictionaryValue* GetItem(const std::string& path) const;
description_items_inl.h 97 description.GetItem(Traits::GetCapabilityPath());
150 description.GetItem(Traits::GetCapabilityPath());
170 return description.GetItem(Traits::GetCapabilityPath()) != NULL;
198 description.GetItem(Traits::GetCapabilityPath());
234 description.GetItem(Traits::GetTicketItemPath());
cloud_device_description.cc 54 const base::DictionaryValue* CloudDeviceDescription::GetItem(
  /external/chromium_org/content/common/dom_storage/
dom_storage_map.h 28 base::NullableString16 GetItem(const base::string16& key) const;
dom_storage_map_unittest.cc 36 EXPECT_TRUE(map->GetItem(kKey).is_null());
51 EXPECT_EQ(kValue, map->GetItem(kKey).string());
52 EXPECT_TRUE(map->GetItem(kKey2).is_null());
74 EXPECT_EQ(kValue, copy->GetItem(kKey).string());
75 EXPECT_EQ(kValue2, copy->GetItem(kKey2).string());
dom_storage_map.cc 57 base::NullableString16 DOMStorageMap::GetItem(const base::string16& key) const {
  /external/webrtc/src/system_wrappers/source/
list_no_stl.h 25 void* GetItem() const;
list_stl.h 27 void* GetItem() const;
map_no_stl.h 26 void* GetItem();
map_unittest.cc 24 return reinterpret_cast<int*>(item->GetItem());
134 return lhs_item->GetItem() == rhs_item->GetItem();
223 compare_item->SetItem(ascend_item->GetItem());
map.cc 24 void* MapItem::GetItem()
map_no_stl.cc 29 void* MapNoStlItem::GetItem()
  /external/webrtc/src/system_wrappers/test/map/
map.cc 31 void* map_item_pointer = map_item->GetItem();
101 FailTest(*(reinterpret_cast<int*>(second_to_last_item->GetItem())) !=
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.h 39 base::NullableString16 GetItem(int connection_id, const base::string16& key);
webstoragearea_impl.cc 58 WebString WebStorageAreaImpl::getItem(const WebString& key) {
59 return cached_area_->GetItem(connection_id_, key);
dom_storage_cached_area_unittest.cc 185 EXPECT_EQ(kValue, cached_area->GetItem(kConnectionId, kKey).string());
215 // GetItem, ditto.
218 EXPECT_TRUE(cached_area->GetItem(kConnectionId, kKey).is_null());
284 EXPECT_TRUE(cached_area->GetItem(kConnectionId, kKey).is_null());
291 EXPECT_TRUE(cached_area->GetItem(kConnectionId, kKey).is_null());
300 EXPECT_EQ(kValue, cached_area->GetItem(kConnectionId, kKey).string());
337 EXPECT_EQ(kValue, cached_area->GetItem(kConnectionId, kKey).string());
dom_storage_cached_area.cc 44 base::NullableString16 DOMStorageCachedArea::GetItem(
48 base::NullableString16 result = map_->GetItem(key);
124 base::NullableString16 value = old->GetItem(iter->first);
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl_unittest.cc 234 read_value = area->GetItem(kKey);
257 read_value = area->GetItem(kKey);
277 base::NullableString16 read_value = area1->GetItem(kKey);
292 read_value = area2->GetItem(kKey);
298 read_value = area1->GetItem(kKey);
369 base::NullableString16 read_value = target_ns_area->GetItem(kKey);
372 read_value = alias_ns_area->GetItem(kKey2);
dom_storage_area.h 56 base::NullableString16 GetItem(const base::string16& key);
  /external/chromium_org/tools/gn/
builder.h 39 const Item* GetItem(const Label& label) const;
commands.cc 67 const Item* item = setup->builder()->GetItem(label);
  /external/webrtc/src/system_wrappers/test/list/
list.cc 31 void* list_item_pointer = list_item->GetItem();
123 FailTest(last_item->GetItem() !=
125 // Test GetItem
  /external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc 221 MockDownloadItemImpl* GetItem(int id);
277 MockDownloadItemImpl* MockDownloadItemFactory::GetItem(int id) {
509 DCHECK(mock_download_item_factory_->GetItem(id));
510 MockDownloadItemImpl& item(*mock_download_item_factory_->GetItem(id));
521 MockDownloadItemImpl* itemp = mock_download_item_factory_->GetItem(id);

Completed in 895 milliseconds

1 2 3