Searched defs:removeItem (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DStorage.cpp90 void Storage::removeItem(const String& key) function in class:WebCore::Storage
95 m_storageArea->removeItem(key, m_frame);
H A DStorageMap.cpp145 PassRefPtr<StorageMap> StorageMap::removeItem(const String& key, String& oldValue) function in class:WebCore::StorageMap
151 newStorage->removeItem(key, oldValue);
H A DStorageAreaImpl.cpp168 String StorageAreaImpl::removeItem(const String& key, Frame* frame) function in class:WebCore::StorageAreaImpl
177 RefPtr<StorageMap> newMap = m_storageMap->removeItem(key, oldValue);
/external/webkit/Source/WebCore/svg/properties/
H A DSVGPathSegListPropertyTearOff.cpp58 SVGPathSegListPropertyTearOff::PassListItemType SVGPathSegListPropertyTearOff::removeItem(unsigned index, ExceptionCode& ec) function in class:WebCore::SVGPathSegListPropertyTearOff
H A DSVGStaticListPropertyTearOff.h73 ListItemType removeItem(unsigned index, ExceptionCode& ec) function in class:WebCore::SVGStaticListPropertyTearOff
H A DSVGListPropertyTearOff.h45 int removeItemFromList(ListItemTearOff* removeItem, bool shouldSynchronizeWrappers) argument
55 if (item != removeItem)
102 PassListItemTearOff removeItem(unsigned index, ExceptionCode& ec) function in class:WebCore::SVGListPropertyTearOff
H A DSVGPathSegListPropertyTearOff.h44 int removeItemFromList(const ListItemType& removeItem, bool shouldSynchronizeWrappers) argument
51 if (item != removeItem)
115 PassListItemType removeItem(unsigned index, ExceptionCode&);
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageAreaImpl.cpp83 void WebStorageAreaImpl::removeItem(const WebString& key, const WebURL& url, WebString& oldValue) function in class:WebKit::WebStorageAreaImpl
86 oldValue = m_storageArea->removeItem(key, 0);
H A DStorageAreaProxy.cpp88 String StorageAreaProxy::removeItem(const String& key, Frame* frame) function in class:WebCore::StorageAreaProxy
91 m_storageArea->removeItem(key, frame->document()->url(), oldValue);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebBackForwardListProxy.cpp127 void WebBackForwardListProxy::removeItem(uint64_t itemID) function in class:WebKit::WebBackForwardListProxy
/external/webkit/Source/WebCore/history/
H A DBackForwardListImpl.cpp261 void BackForwardListImpl::removeItem(HistoryItem* item) function in class:BackForwardListImpl
/external/webkit/Source/WebKit/win/
H A DWebBackForwardList.cpp297 HRESULT STDMETHODCALLTYPE WebBackForwardList::removeItem( function in class:WebBackForwardList
305 m_backForwardList->removeItem(webHistoryItem->historyItem());
H A DWebHistory.cpp434 hr = removeItem(items[i]);
612 HRESULT WebHistory::removeItem(IWebHistoryItem* entry) function in class:WebHistory
/external/icu4c/tools/toolutil/
H A Dpackage.cpp1033 Package::removeItem(int32_t idx) { function in class:Package
1058 removeItem(idx);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 2195 milliseconds