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

123

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardListPrivate.h36 @method removeItem:
40 - (void)removeItem:(WebHistoryItem *)item;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebBackForwardListPrivate.idl42 HRESULT removeItem([in] IWebHistoryItem* item);
/macosx-10.9.5/WebCore-7537.78.1/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.9.5/WebCore-7537.78.1/svg/
H A DSVGLengthList.idl37 [StrictTypeChecking, RaisesException] SVGLength removeItem(unsigned long index);
H A DSVGNumberList.idl37 [StrictTypeChecking, RaisesException] SVGNumber removeItem(unsigned long index);
H A DSVGPathSegList.idl37 [StrictTypeChecking, RaisesException] SVGPathSeg removeItem(unsigned long index);
H A DSVGPointList.idl36 [StrictTypeChecking, RaisesException] SVGPoint removeItem(unsigned long index);
H A DSVGStringList.idl36 [StrictTypeChecking, RaisesException] DOMString removeItem(unsigned long index);
H A DSVGTransformList.idl37 [StrictTypeChecking, RaisesException] SVGTransform removeItem(unsigned long index);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu_private.h59 void removeItem(EwkContextMenuItem*);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebBackForwardListProxy.h43 static void removeItem(uint64_t itemID);
/macosx-10.9.5/WebKit2-7537.78.2/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.9.5/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.9.5/WebCore-7537.78.1/history/
H A DBackForwardListImpl.h75 void removeItem(HistoryItem*);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Storage/
H A DLocalStorageDatabase.h55 void removeItem(const String& key);
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dpackage.h99 void removeItem(int32_t itemIndex);
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGStaticListPropertyTearOff.h71 ListItemType removeItem(unsigned index, ExceptionCode& ec) function in class:WebCore::SVGStaticListPropertyTearOff
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebBackForwardList.h105 virtual HRESULT STDMETHODCALLTYPE removeItem(

Completed in 397 milliseconds

123