Home
last modified time | relevance | path

Searched refs:setItem (Results 1 – 25 of 50) sorted by relevance

12

/external/webkit/LayoutTests/storage/domstorage/
Dcomplex-keys-expected.txt11 storage.setItem('FOO', 'BAR')
25 storage.setItem('foo', 'z')
32 storage.setItem(null, 'asdf')
42 storage.setItem('null', 3)
55 storage.setItem(undefined, 5)
57 storage.setItem('undefined', 6)
70 storage.setItem(2, 8)
72 storage.setItem('2', 9)
87 storage.setItem('foo3', 'lower3')
88 storage.setItem('FOO3', 'UPPER3')
[all …]
Dcomplex-values-expected.txt31 storage.setItem('foo3', null)
53 storage.setItem('foo6', undefined)
75 storage.setItem('foo9', 2)
97 storage.setItem('foo12', k)
131 storage.setItem('foo3', null)
153 storage.setItem('foo6', undefined)
175 storage.setItem('foo9', 2)
197 storage.setItem('foo12', k)
Dwindow-attributes-exist-expected.txt6 Storage object sessionStorage has setItem
15 Storage object localStorage has setItem
Dremove-item-expected.txt27 storage.setItem('foo3', 'bar')
56 storage.setItem('foo3', 'bar')
/external/webkit/LayoutTests/storage/domstorage/events/
Dbasic-expected.txt11 storage.setItem('FOO', 'BAR')
16 storage.setItem('FU', 'BAR')
17 storage.setItem('a', '1')
18 storage.setItem('b', '2')
19 storage.setItem('b', '3')
55 storage.setItem('FOO', 'BAR')
60 storage.setItem('FU', 'BAR')
61 storage.setItem('a', '1')
62 storage.setItem('b', '2')
63 storage.setItem('b', '3')
Dbasic-setattribute-expected.txt13 storage.setItem('FOO', 'BAR')
18 storage.setItem('FU', 'BAR')
19 storage.setItem('a', '1')
20 storage.setItem('b', '2')
21 storage.setItem('b', '3')
59 storage.setItem('FOO', 'BAR')
64 storage.setItem('FU', 'BAR')
65 storage.setItem('a', '1')
66 storage.setItem('b', '2')
67 storage.setItem('b', '3')
Dbasic-body-attribute-expected.txt13 storage.setItem('FOO', 'BAR')
18 storage.setItem('FU', 'BAR')
19 storage.setItem('a', '1')
20 storage.setItem('b', '2')
21 storage.setItem('b', '3')
59 storage.setItem('FOO', 'BAR')
64 storage.setItem('FU', 'BAR')
65 storage.setItem('a', '1')
66 storage.setItem('b', '2')
67 storage.setItem('b', '3')
/external/webkit/Source/WebKit/chromium/public/
DWebStorageArea.h70 …virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& r… in setItem() function
72 setItem(key, newValue, url, result, oldValue); in setItem()
75 …virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& r… in setItem() function
77 setItem(key, newValue, url, result, oldValue, 0); in setItem()
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
Doptions.js252 window.localStorage.setItem('keywords', JSON.stringify(keywords));
254 window.localStorage.setItem('keywords', JSON.stringify(tempCusTopics));
261 window.localStorage.setItem('topics', JSON.stringify(topicArr));
266 window.localStorage.setItem('count', count);
267 window.localStorage.setItem('country', country);
383 window.localStorage.setItem('keywords', JSON.stringify(keywords));
/external/webkit/Source/WebKit/chromium/src/
DWebStorageAreaImpl.cpp69 void WebStorageAreaImpl::setItem(const WebString& key, const WebString& value, const WebURL& url, R… in setItem() function in WebKit::WebStorageAreaImpl
74 oldValue = m_storageArea->setItem(key, value, exceptionCode, 0); in setItem()
DStorageAreaProxy.cpp75 String StorageAreaProxy::setItem(const String& key, const String& value, ExceptionCode& ec, Frame* … in setItem() function in WebCore::StorageAreaProxy
80 m_storageArea->setItem(key, value, frame->document()->url(), result, oldValue, webFrame); in setItem()
DWebStorageAreaImpl.h48 …virtual void setItem(const WebString& key, const WebString& value, const WebURL& url, Result& resu…
/external/webkit/Source/WebCore/storage/
DStorage.cpp81 void Storage::setItem(const String& key, const String& value, ExceptionCode& ec) in setItem() function in WebCore::Storage
87 m_storageArea->setItem(key, value, ec, m_frame); in setItem()
DStorageMap.cpp102 PassRefPtr<StorageMap> StorageMap::setItem(const String& key, const String& value, String& oldValue… in setItem() function in WebCore::StorageMap
111 newStorageMap->setItem(key, value, oldValue, quotaException); in setItem()
DStorage.h49 void setItem(const String& key, const String& value, ExceptionCode&);
DStorageArea.h53 …virtual String setItem(const String& key, const String& value, ExceptionCode& ec, Frame* sourceFra…
DStorageAreaImpl.cpp137 String StorageAreaImpl::setItem(const String& key, const String& value, ExceptionCode& ec, Frame* f… in setItem() function in WebCore::StorageAreaImpl
150 RefPtr<StorageMap> newMap = m_storageMap->setItem(key, value, oldValue, quotaException); in setItem()
DStorageMap.h47 …PassRefPtr<StorageMap> setItem(const String& key, const String& value, String& oldValue, bool& quo…
/external/webkit/Source/WebCore/inspector/front-end/
DDOMStorageItemsView.js139 domStorage.setItem(newText, editingNode.data[1]);
141 domStorage.setItem(editingNode.data[0], newText);
DDOMStorage.js57 setItem: function(key, value, callback) method in WebInspector.DOMStorage
/external/webkit/Source/WebCore/dom/
DDOMStringMap.h49 virtual void setItem(const String& name, const String& value, ExceptionCode&) = 0;
DDatasetDOMStringMap.h49 virtual void setItem(const String& name, const String& value, ExceptionCode&);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMIterator.java295 public void setItem(int node, int index); in setItem() method
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
Dindex-get-and-set-expected.txt8 Setting FOO again, using setItem.
/external/webkit/LayoutTests/storage/domstorage/localstorage/
Dindex-get-and-set-expected.txt8 Setting FOO again, using setItem.

12