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

123

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebBackForwardListPrivate.idl42 HRESULT removeItem([in] IWebHistoryItem* item);
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DWebBackForwardListPrivate.h35 @method removeItem:
39 - (void)removeItem:(WebHistoryItem *)item;
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorage.idl37 [NotEnumerable, RaisesException] void removeItem(DOMString key);
H A DStorage.h51 void removeItem(const String& key, ExceptionCode&);
H A DStorage.cpp120 void Storage::removeItem(const String& key, ExceptionCode& ec) function in class:WebCore::Storage
130 m_storageArea->removeItem(m_frame, key);
H A DStorageArea.h49 virtual void removeItem(Frame* sourceFrame, const String& key) = 0;
H A DStorageMap.h47 PassRefPtr<StorageMap> removeItem(const String&, String& oldValue);
H A DStorageMap.cpp158 PassRefPtr<StorageMap> StorageMap::removeItem(const String& key, String& oldValue) function in class:WebCore::StorageMap
164 newStorage->removeItem(key, oldValue);
H A DStorageAreaImpl.h51 virtual void removeItem(Frame* sourceFrame, const String& key) override;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGLengthList.idl35 [StrictTypeChecking, RaisesException] SVGLength removeItem(unsigned long index);
H A DSVGNumberList.idl35 [StrictTypeChecking, RaisesException] SVGNumber removeItem(unsigned long index);
H A DSVGPathSegList.idl35 [StrictTypeChecking, RaisesException] SVGPathSeg removeItem(unsigned long index);
H A DSVGPointList.idl34 [StrictTypeChecking, RaisesException] SVGPoint removeItem(unsigned long index);
H A DSVGStringList.idl34 [StrictTypeChecking, RaisesException] DOMString removeItem(unsigned long index);
H A DSVGTransformList.idl35 [StrictTypeChecking, RaisesException] SVGTransform removeItem(unsigned long index);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_context_menu_private.h59 void removeItem(EwkContextMenuItem*);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaImpl.cpp84 void StorageAreaImpl::removeItem(Frame* sourceFrame, const String& key) function in class:WebKit::StorageAreaImpl
86 m_storageAreaMap->removeItem(sourceFrame, this, key);
H A DStorageAreaImpl.h53 virtual void removeItem(WebCore::Frame* sourceFrame, const String& key) override;
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DFilteringArrayController.m174 [ menu removeItem: item ];
184 [ menu removeItem: item ];
194 [ menu removeItem: item ];
204 [ menu removeItem: item ];
214 [ menu removeItem: item ];
/macosx-10.10/WebCore-7600.1.25/history/
H A DBackForwardList.h73 void removeItem(HistoryItem*);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Storage/
H A DLocalStorageDatabase.h56 void removeItem(const String& key);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebBackForwardListProxy.h43 static void removeItem(uint64_t itemID);
/macosx-10.10/WebCore-7600.1.25/loader/ios/
H A DDiskImageCacheIOS.h93 void removeItem(DiskImageCacheId);
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGStaticListPropertyTearOff.h69 ListItemType removeItem(unsigned index, ExceptionCode& ec) function in class:WebCore::SVGStaticListPropertyTearOff
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDOMStorageObject.js84 removeItem: function(key)

Completed in 229 milliseconds

123