Searched defs:GetItem (Results 1 - 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas104 function GetItem(const Key: TKey): TValue; function
121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue;
316 Result := GetItem(GetCount - 1);
324 Result := GetItem(I);
/external/chromium_org/content/common/dom_storage/
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/source/
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
H A Dlist_no_stl.cc37 void* ListItem::GetItem() const function in class:webrtc::ListItem
H A Dlist_stl.cc34 void* ListItem::GetItem() const function in class:webrtc::ListItem
/external/chromium_org/content/renderer/dom_storage/
H A Ddom_storage_cached_area.cc37 base::NullableString16 DOMStorageCachedArea::GetItem( function in class:content::DOMStorageCachedArea
41 return map_->GetItem(key);
112 base::NullableString16 value = old->GetItem(iter->first);
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dshared_queue.h57 // queue in a thread-safe manner. The GetItem() is used to retrieve
75 // GetItem the thread will wake up and see that the queue has
81 // the producer. If so, the thread should not call GetItem and may
102 // If |wait| is kWait, GetItem will wait to return until the queue
104 QueueGetResult GetItem(T* item_ptr, QueueWaitingFlag wait) { function in class:LockingQueue
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_launcher_item_controller_unittest.cc225 const ash::LauncherItem& GetItem(BrowserLauncherItemController* updater) { function in class:LauncherItemControllerPerAppTest
353 EXPECT_EQ(ash::TYPE_TABBED, GetItem(&updater).type);
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area.cc124 base::NullableString16 DOMStorageArea::GetItem(const base::string16& key) { function in class:content::DOMStorageArea
128 return map_->GetItem(key);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h116 bool GetItem(int index, UInt64 &value) const function in struct:NArchive::N7z::CUInt64DefVector
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc217 MockDownloadItemImpl* GetItem(int id);
271 MockDownloadItemImpl* MockDownloadItemFactory::GetItem(int id) { function in class:content::__anon7580::MockDownloadItemFactory
504 DCHECK(mock_download_item_factory_->GetItem(id));
505 MockDownloadItemImpl& item(*mock_download_item_factory_->GetItem(id));
516 MockDownloadItemImpl* itemp = mock_download_item_factory_->GetItem(id);

Completed in 309 milliseconds