Searched refs:removeItem (Results 1 - 25 of 63) sorted by relevance

123

/external/webkit/Source/WebKit/mac/History/
H A DWebBackForwardListPrivate.h36 @method removeItem:
40 - (void)removeItem:(WebHistoryItem *)item;
/external/webkit/LayoutTests/storage/domstorage/localstorage/resources/
H A DclearLocalStorage.js8 localStorage.removeItem(keys[key]);
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/
H A DclearSessionStorage.js8 sessionStorage.removeItem(keys[key]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebBackForwardListPrivate.idl42 HRESULT removeItem([in] IWebHistoryItem* item);
/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 DStorage.idl40 [DontEnum] void removeItem(in DOMString key);
H A DStorage.h50 void removeItem(const String&);
H A DStorageArea.h54 virtual String removeItem(const String& key, Frame* sourceFrame) = 0;
/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.h50 virtual String removeItem(const String& key, Frame* sourceFrame);
H A DWebStorageAreaImpl.h49 virtual void removeItem(const WebString& key, const WebURL& url, WebString& oldValue);
/external/webkit/Source/WebCore/svg/properties/
H A DSVGPathSegListPropertyTearOff.h44 int removeItemFromList(const ListItemType& removeItem, bool shouldSynchronizeWrappers) argument
51 if (item != removeItem)
115 PassListItemType removeItem(unsigned index, ExceptionCode&);
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
/external/webkit/Source/WebKit/chromium/public/
H A DWebStorageArea.h59 // Indexes may change on any set/removeItem call. Will return null if the index
82 virtual void removeItem(const WebString& key, const WebURL& url, WebString& oldValue) = 0;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebBackForwardListProxy.h42 static void removeItem(uint64_t itemID);
/external/webkit/Source/WebCore/svg/
H A DSVGLengthList.idl42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGLength removeItem(in unsigned long index)
H A DSVGNumberList.idl42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGNumber removeItem(in unsigned long index)
H A DSVGPathSegList.idl42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPathSeg removeItem(in unsigned long index)
H A DSVGPointList.idl41 [StrictTypeChecking, RequiresAllArguments=Raise] SVGPoint removeItem(in unsigned long index)
H A DSVGStringList.idl41 [StrictTypeChecking, RequiresAllArguments=Raise] DOMString removeItem(in unsigned long index)
H A DSVGTransformList.idl42 [StrictTypeChecking, RequiresAllArguments=Raise] SVGTransform removeItem(in unsigned long index)
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMStorageItemsView.js137 domStorage.removeItem(oldText);
153 this.domStorage.removeItem(node.data[0]);
H A DDOMStorage.js62 removeItem: function(key, callback)
/external/webkit/LayoutTests/storage/domstorage/script-tests/
H A Dquota.js38 storage.removeItem('38');
/external/webkit/Source/WebCore/history/
H A DBackForwardListImpl.h75 void removeItem(HistoryItem*);

Completed in 215 milliseconds

123