Searched refs:setItem (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorage.idl36 [NotEnumerable, RaisesException] void setItem(DOMString key, DOMString data);
H A DStorage.h50 void setItem(const String& key, const String& value, ExceptionCode&);
H A DStorageMap.cpp102 PassRefPtr<StorageMap> StorageMap::setItem(const String& key, const String& value, String& oldValue, bool& quotaException) function in class:WebCore::StorageMap
111 newStorageMap->setItem(key, value, oldValue, quotaException);
152 RefPtr<StorageMap> map = setItem(key, value, oldValue, quotaException);
H A DStorage.cpp101 void Storage::setItem(const String& key, const String& value, ExceptionCode& ec) function in class:WebCore::Storage
114 m_storageArea->setItem(m_frame, key, value, quotaException);
H A DStorageArea.h48 virtual void setItem(Frame* sourceFrame, const String& key, const String& value, bool& quotaException) = 0;
H A DStorageMap.h45 PassRefPtr<StorageMap> setItem(const String& key, const String& value, String& oldValue, bool& quotaException);
H A DStorageAreaImpl.h50 virtual void setItem(Frame* sourceFrame, const String& key, const String& value, bool& quotaException) OVERRIDE;
H A DStorageAreaImpl.cpp141 void StorageAreaImpl::setItem(Frame* sourceFrame, const String& key, const String& value, bool& quotaException) function in class:WebCore::StorageAreaImpl
148 RefPtr<StorageMap> newMap = m_storageMap->setItem(key, value, oldValue, quotaException);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWOImp.cpp31 //Py_XINCREF(_obj); // this one is for setItem to steal
32 _parent.setItem(_ndx, *this);
38 _parent.setItem(_key, *this);
H A DPWOMSequence.h82 void setItem(int ndx, PWOBase &val) { function in class:PWOList
89 void setItem(int ndx, PyObject *val) { function in class:PWOList
H A DPWOMapping.h89 void setItem(const char *key, PyObject *val) { function in class:PWOMapping
95 void setItem(PyObject *key, PyObject *val)const { function in class:PWOMapping
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDOMStringMap.h50 virtual void setItem(const String& name, const String& value, ExceptionCode&) = 0;
H A DDatasetDOMStringMap.h49 virtual void setItem(const String& name, const String& value, ExceptionCode&);
H A DDatasetDOMStringMap.cpp185 void DatasetDOMStringMap::setItem(const String& name, const String& value, ExceptionCode& ec) function in class:WebCore::DatasetDOMStringMap
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Storage/
H A DStorageAreaImpl.cpp77 void StorageAreaImpl::setItem(Frame* sourceFrame, const String& key, const String& value, bool& quotaException) function in class:WebKit::StorageAreaImpl
81 m_storageAreaMap->setItem(sourceFrame, this, key, value, quotaException);
H A DStorageAreaImpl.h52 virtual void setItem(WebCore::Frame* sourceFrame, const String& key, const String& value, bool& quotaException) OVERRIDE;
H A DStorageAreaMap.h57 void setItem(WebCore::Frame* sourceFrame, StorageAreaImpl* sourceArea, const String& key, const String& value, bool& quotaException);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Storage/
H A DLocalStorageDatabase.h54 void setItem(const String& key, const String& value);
H A DStorageManager.h81 void setItem(CoreIPC::Connection*, uint64_t storageAreaID, uint64_t sourceStorageAreaID, uint64_t storageMapSeed, const String& key, const String& value, const String& urlString);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMStringMapCustom.cpp84 impl()->setItem(propertyNameToString(propertyName), stringValue, ec);
H A DJSStorageCustom.cpp120 impl()->setItem(propertyNameToString(propertyName), stringValue, ec);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyView.h56 int setItem(int i, PyObject *v);
H A DPyView.cpp599 tmp.setItem(0, r);
600 tmp.setItem(1, n);
1174 return o->setItem(n, v);
1448 rslt.setItem(i, prop);
1459 rslt.setItem(item->Name(), item);
1490 setItem(s, lst[i]);
1521 int PyView::setItem(int i, PyObject *v) { function in class:PyView
1542 tmp.setItem(0, r2);
1554 tmp.setItem(0, r2);
1586 tmp.setItem(
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDOMStorageItemsView.js232 domStorage.setItem(newText, editingNode.data.value);
235 domStorage.setItem(editingNode.data.key, newText);
H A DDOMStorage.js84 setItem: function(key, value, callback)

Completed in 1386 milliseconds

12