Home
last modified time | relevance | path

Searched refs:getItem (Results 1 – 25 of 76) sorted by relevance

1234

/external/webkit/LayoutTests/storage/domstorage/
Dcomplex-keys-expected.txt10 PASS storage.getItem('FOO') is null
13 PASS storage.getItem('FOO') is "BAR"
14 PASS storage.getItem('foo') is null
20 PASS storage.getItem('foo') is "x"
24 PASS storage.getItem('foo') is "y"
28 PASS storage.getItem('foo') is "z"
33 PASS storage.getItem('null') is "asdf"
34 PASS storage.getItem(null) is "asdf"
39 PASS storage.getItem(null) is "1"
41 PASS storage.getItem(null) is "2"
[all …]
Dcomplex-values-expected.txt14 PASS typeof storage.getItem('foo') is "object"
15 PASS storage.getItem('foo') is null
22 PASS typeof storage.getItem('foo1') is "string"
23 PASS storage.getItem('foo1') is "null"
29 PASS typeof storage.getItem('foo2') is "string"
30 PASS storage.getItem('foo2') is "null"
36 PASS typeof storage.getItem('foo3') is "string"
37 PASS storage.getItem('foo3') is "null"
44 PASS typeof storage.getItem('foo4') is "string"
45 PASS storage.getItem('foo4') is "undefined"
[all …]
Dremove-item-expected.txt26 PASS storage.getItem('foo3') is null
28 PASS storage.getItem('foo3') is "bar"
30 PASS storage.getItem('foo3') is null
32 PASS storage.getItem('foo3') is null
55 PASS storage.getItem('foo3') is null
57 PASS storage.getItem('foo3') is "bar"
59 PASS storage.getItem('foo3') is null
61 PASS storage.getItem('foo3') is null
Dwindow-attributes-exist-expected.txt5 Storage object sessionStorage has getItem
14 Storage object localStorage has getItem
/external/javassist/src/main/javassist/bytecode/
DConstPool.java185 ConstInfo getItem(int n) { in getItem() method in ConstPool
194 return getItem(index).getTag(); in getTag()
209 ClassInfo c = (ClassInfo)getItem(index); in getClassInfo()
222 NameAndTypeInfo ntinfo = (NameAndTypeInfo)getItem(index); in getNameAndTypeName()
232 NameAndTypeInfo ntinfo = (NameAndTypeInfo)getItem(index); in getNameAndTypeDescriptor()
246 MemberrefInfo minfo = (MemberrefInfo)getItem(index); in getMemberClass()
260 MemberrefInfo minfo = (MemberrefInfo)getItem(index); in getMemberNameAndType()
270 FieldrefInfo finfo = (FieldrefInfo)getItem(index); in getFieldrefClass()
282 FieldrefInfo f = (FieldrefInfo)getItem(index); in getFieldrefClassName()
295 FieldrefInfo finfo = (FieldrefInfo)getItem(index); in getFieldrefNameAndType()
[all …]
/external/icu4c/tools/ctestfw/
Ddatamap.cpp100 const ResourceBundle *RBDataMap::getItem(const char* key, UErrorCode &status) const in getItem() function in RBDataMap
118 const ResourceBundle *r = getItem(key, status); in getString()
129 const ResourceBundle *r = getItem(key, status); in getInt28()
140 const ResourceBundle *r = getItem(key, status); in getUInt28()
150 const ResourceBundle *r = getItem(key, status); in getIntVector()
160 const ResourceBundle *r = getItem(key, status); in getBinary()
180 const ResourceBundle *r = getItem(key, status); in getStringArray()
201 const ResourceBundle *r = getItem(key, status); in getIntArray()
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
Doptions.js42 var country = window.localStorage.getItem('country');
159 var topics = JSON.parse(window.localStorage.getItem('topics'));
183 var keywords = JSON.parse(window.localStorage.getItem('keywords'));
220 var count = window.localStorage.getItem('count');
246 var keywords = JSON.parse(window.localStorage.getItem('keywords'));
297 var keywords = JSON.parse(window.localStorage.getItem('keywords') || "[]");
375 var keywords = JSON.parse(window.localStorage.getItem('keywords'));
Dfeed.js72 var maxFeedItems = (window.localStorage.getItem('count')) ?
73 window.localStorage.getItem('count') : 5;
320 var country = window.localStorage.getItem('country');
331 var keywords = JSON.parse(window.localStorage.getItem('keywords'));
355 var topics = JSON.parse(window.localStorage.getItem('topics'));
356 var keywords = JSON.parse(window.localStorage.getItem('keywords'));
382 var topicVal = window.localStorage.getItem('lastTopic');
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.js24 function getItem(el) { function in MostVisited
389 var thumbnail = getItem(e.target);
407 var item = getItem(e.target);
416 var item = getItem(e.target);
425 var dropTarget = getItem(e.target);
469 var item = getItem(e.target);
496 var item = getItem(e.target);
634 this.togglePinned_(getItem(target));
637 this.blacklist(getItem(target));
640 var item = getItem(target);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLAllCollectionCustom.cpp58 static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument) in getItem() function
97 return getItem(imp, args[0]); in itemCallback()
121 return getItem(imp, args[0]); in callAsFunctionCallback()
DV8HTMLCollectionCustom.cpp58 static v8::Handle<v8::Value> getItem(HTMLCollection* collection, v8::Handle<v8::Value> argument) in getItem() function
100 return getItem(imp, args[0]); in itemCallback()
124 return getItem(imp, args[0]); in callAsFunctionCallback()
DV8StorageCustom.cpp51 String val = storage->getItem(key); in namedPropertyEnumerator()
64 return v8String(storage->getItem(name)); in storageGetter()
/external/webkit/Source/WebKit/chromium/src/
DWebStorageAreaImpl.cpp64 WebString WebStorageAreaImpl::getItem(const WebString& key) in getItem() function in WebKit::WebStorageAreaImpl
66 return m_storageArea->getItem(key); in getItem()
DStorageAreaProxy.cpp70 String StorageAreaProxy::getItem(const String& key) const in getItem() function in WebCore::StorageAreaProxy
72 return m_storageArea->getItem(key); in getItem()
108 return !getItem(key).isNull(); in contains()
DStorageAreaProxy.h48 virtual String getItem(const String& key) const;
/external/protobuf/java/src/test/java/com/google/protobuf/
DWireFormatTest.java358 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSet()
359 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSet()
360 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSet()
364 raw.getItem(0).getMessage().toByteArray()); in testSerializeMessageSet()
369 raw.getItem(1).getMessage().toByteArray()); in testSerializeMessageSet()
372 assertEquals("bar", raw.getItem(2).getMessage().toStringUtf8()); in testSerializeMessageSet()
/external/webkit/Source/WebCore/storage/
DStorage.cpp73 String Storage::getItem(const String& key) const in getItem() function in WebCore::Storage
78 return m_storageArea->getItem(key); in getItem()
DStorage.h48 String getItem(const String&) const;
DStorageArea.h52 virtual String getItem(const String& key) const = 0;
DStorageAreaImpl.cpp129 String StorageAreaImpl::getItem(const String& key) const in getItem() function in WebCore::StorageAreaImpl
134 return m_storageMap->getItem(key); in getItem()
DStorageMap.h46 String getItem(const String&) const;
/external/llvm/include/llvm/Support/
DIntegersSubset.h377 Range getItem(unsigned idx) const { in getItem() function
412 APInt sz(((const APInt&)getItem(0).getLow()).getBitWidth(), 0); in getSize()
414 const APInt &Low = getItem(i).getLow(); in getSize()
415 const APInt &High = getItem(i).getHigh(); in getSize()
427 APInt sz(((const APInt&)getItem(0).getLow()).getBitWidth(), 0); in getSingleValue()
429 const APInt &Low = getItem(i).getLow(); in getSingleValue()
430 const APInt &High = getItem(i).getHigh(); in getSingleValue()
/external/llvm/unittests/Support/
DIntegersSubsetTest.cpp52 EXPECT_EQ(TheSubset.getItem(i).getLow(), Int(i*10)); in TEST()
53 EXPECT_EQ(TheSubset.getItem(i).getHigh(), Int(i*10 + 8)); in TEST()
139 EXPECT_EQ(CaseIt->second.getItem(0), Range(Int(10*i), Int(10*i + 9))); in TEST()
179 EXPECT_EQ(CaseIt->second.getItem(0), Range(Int(i * 10), Int(i * 10 + 9))); in TEST()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCCombo3.java222 return m_table.getItem(tableLocation);
431 public String getItem(int index) { in getItem() method in CCombo3
433 return m_table.getItem(index).getText(); in getItem()
463 TableItem item = m_table.getItem(index); in select()
/external/webkit/Source/WebKit/chromium/public/
DWebStorageArea.h65 virtual WebString getItem(const WebString& key) = 0;

1234