Searched defs:setItem (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebStorageArea.h70 virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& result, WebString& oldValue, WebFrame*) function in class:WebKit::WebStorageArea
72 setItem(key, newValue, url, result, oldValue);
75 virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& url, Result& result, WebString& oldValue) function in class:WebKit::WebStorageArea
77 setItem(key, newValue, url, result, oldValue, 0);
/external/webkit/Source/WebCore/storage/
H A DStorage.cpp81 void Storage::setItem(const String& key, const String& value, ExceptionCode& ec) function in class:WebCore::Storage
87 m_storageArea->setItem(key, value, ec, m_frame);
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);
H A DStorageAreaImpl.cpp137 String StorageAreaImpl::setItem(const String& key, const String& value, ExceptionCode& ec, Frame* frame) function in class:WebCore::StorageAreaImpl
150 RefPtr<StorageMap> newMap = m_storageMap->setItem(key, value, oldValue, quotaException);
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageAreaImpl.cpp69 void WebStorageAreaImpl::setItem(const WebString& key, const WebString& value, const WebURL& url, Result& result, WebString& oldValue, WebFrame*) function in class:WebKit::WebStorageAreaImpl
74 oldValue = m_storageArea->setItem(key, value, exceptionCode, 0);
H A DStorageAreaProxy.cpp75 String StorageAreaProxy::setItem(const String& key, const String& value, ExceptionCode& ec, Frame* frame) function in class:WebCore::StorageAreaProxy
80 m_storageArea->setItem(key, value, frame->document()->url(), result, oldValue, webFrame);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java236 * the <code>setItem(int node, int index)</code> method.
295 public void setItem(int node, int index); method in interface:DTMIterator
/external/webkit/Source/WebCore/dom/
H A DDatasetDOMStringMap.cpp188 void DatasetDOMStringMap::setItem(const String& name, const String& value, ExceptionCode& ec) function in class:WebCore::DatasetDOMStringMap
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCUser.java160 public void setItem(Item item) { method in class:MUCUser
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java536 * @see DTMIterator#setItem(int, int)
538 public void setItem(int node, int index) method in class:NodeSequence
581 m_iter.setItem(node, index);
H A DLocPathIterator.java423 * the <code>setItem(int node, int index)</code> method.
496 public void setItem(int node, int index) method in class:LocPathIterator
498 assertion(false, "setItem not supported by this iterator!");
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java1025 public void setItem(int node, int index) method in class:NodeSetDTM
1203 * the <code>setItem(int node, int index)</code> method.
/external/icu4c/tools/toolutil/
H A Dpkgitems.cpp65 setItem(item, swap);
80 void setItem(const Item *item, UDataSwapFn *swap) { function in class:NativeItem
409 nativePool.setItem(pkg->getItem(index), ures_swap);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 309 milliseconds