Searched refs:GetItem (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/components/cloud_devices/common/
H A Dcloud_device_description.h38 const base::DictionaryValue* GetItem(const std::string& path) const;
H A Ddescription_items_inl.h97 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());
H A Dcloud_device_description.cc54 const base::DictionaryValue* CloudDeviceDescription::GetItem( function in class:cloud_devices::CloudDeviceDescription
/external/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h26 void* GetItem();
H A Dlist_wrapper.h27 void* GetItem() const;
/external/webrtc/src/system_wrappers/source/
H A Dlist_stl.h27 void* GetItem() const;
H A Dmap_no_stl.h26 void* GetItem();
H A Dlist_no_stl.h25 void* GetItem() const;
H A Dmap_unittest.cc24 return reinterpret_cast<int*>(item->GetItem());
134 return lhs_item->GetItem() == rhs_item->GetItem();
223 compare_item->SetItem(ascend_item->GetItem());
H A Dmap.cc24 void* MapItem::GetItem() function in class:webrtc::MapItem
H A Dmap_no_stl.cc29 void* MapNoStlItem::GetItem() function in class:webrtc::MapNoStlItem
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map_unittest.cc36 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());
H A Ddom_storage_map.h28 base::NullableString16 GetItem(const base::string16& key) const;
H A Ddom_storage_map.cc57 base::NullableString16 DOMStorageMap::GetItem(const base::string16& key) const { function in class:content::DOMStorageMap
/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc31 void* map_item_pointer = map_item->GetItem();
101 FailTest(*(reinterpret_cast<int*>(second_to_last_item->GetItem())) !=
/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragearea_impl.cc59 return cached_area_->GetItem(connection_id_, key);
H A Ddom_storage_cached_area_unittest.cc185 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());
H A Ddom_storage_cached_area.h39 base::NullableString16 GetItem(int connection_id, const base::string16& key);
H A Ddom_storage_cached_area.cc44 base::NullableString16 DOMStorageCachedArea::GetItem( function in class:content::DOMStorageCachedArea
48 base::NullableString16 result = map_->GetItem(key);
124 base::NullableString16 value = old->GetItem(iter->first);
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl_unittest.cc234 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);
H A Ddom_storage_area.h56 base::NullableString16 GetItem(const base::string16& key);
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc31 void* list_item_pointer = list_item->GetItem();
123 FailTest(last_item->GetItem() !=
125 // Test GetItem
/external/chromium_org/tools/gn/
H A Dbuilder.h39 const Item* GetItem(const Label& label) const;
H A Dcommands.cc67 const Item* item = setup->builder()->GetItem(label);
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc221 MockDownloadItemImpl* GetItem(int id);
277 MockDownloadItemImpl* MockDownloadItemFactory::GetItem(int id) { function in class:content::__anon7080::MockDownloadItemFactory
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 5642 milliseconds

12