Home
last modified time | relevance | path

Searched defs:setItem (Results 1 – 16 of 16) sorted by relevance

/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
75 …virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& r… in setItem() function
/external/webkit/Source/WebCore/inspector/front-end/
DDOMStorage.js57 setItem: function(key, value, callback) method in WebInspector.DOMStorage
/external/webkit/Source/WebCore/storage/
DStorage.cpp81 void Storage::setItem(const String& key, const String& value, ExceptionCode& ec) in setItem() function in WebCore::Storage
DStorageMap.cpp102 PassRefPtr<StorageMap> StorageMap::setItem(const String& key, const String& value, String& oldValue… in setItem() function in WebCore::StorageMap
DStorageAreaImpl.cpp137 String StorageAreaImpl::setItem(const String& key, const String& value, ExceptionCode& ec, Frame* f… in setItem() function in WebCore::StorageAreaImpl
/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
DStorageAreaProxy.cpp75 String StorageAreaProxy::setItem(const String& key, const String& value, ExceptionCode& ec, Frame* … in setItem() function in WebCore::StorageAreaProxy
/external/chromium-trace/trace-viewer/src/
Dsettings.js130 setItem: function(key, value) { method in FakeLocalStorage
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMIterator.java295 public void setItem(int node, int index); in setItem() method
/external/webkit/Source/WebCore/dom/
DDatasetDOMStringMap.cpp188 void DatasetDOMStringMap::setItem(const String& name, const String& value, ExceptionCode& ec) in setItem() function in WebCore::DatasetDOMStringMap
/external/smack/src/org/jivesoftware/smackx/packet/
DMUCUser.java160 public void setItem(Item item) { in setItem() method in MUCUser
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java538 public void setItem(int node, int index) in setItem() method in NodeSequence
DLocPathIterator.java496 public void setItem(int node, int index) in setItem() method in LocPathIterator
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java1025 public void setItem(int node, int index) in setItem() method in NodeSetDTM
/external/icu4c/tools/toolutil/
Dpkgitems.cpp80 void setItem(const Item *item, UDataSwapFn *swap) { in setItem() function in NativeItem
/external/chromium-trace/
Dscript.js334 …etItem:function(a){return void 0===this[a]||null===this[a]?null:this[a]},setItem:function(a,c){thi… method in c