Searched refs:removeItems (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.h41 @constant WebHistoryItemsRemovedNotification Posted from removeItems:.
103 @method removeItems:
106 - (void)removeItems:(NSArray *)items;
H A DWebHistory.mm87 - (BOOL)removeItems:(NSArray *)entries;
361 - (BOOL)removeItems:(NSArray *)entries
688 - (void)removeItems:(NSArray *)entries
690 if ([_historyPrivate removeItems:entries]) {
/external/icu4c/tools/toolutil/
H A Dpackage.h100 void removeItems(const char *pattern);
101 void removeItems(const Package &listPkg);
H A Dpackage.cpp1054 Package::removeItems(const char *pattern) { function in class:Package
1064 Package::removeItems(const Package &listPkg) { function in class:Package
1069 removeItems(pItem->name);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHistory.idl31 @constant WebHistoryItemsRemovedNotification Posted from removeItems:.
111 @method removeItems:
113 - (void)removeItems:(NSArray *)items;
115 HRESULT removeItems([in] int itemCount, [in] IWebHistoryItem** items);
/external/webkit/Source/WebKit/win/
H A DWebHistory.h79 virtual HRESULT STDMETHODCALLTYPE removeItems(
H A DWebHistory.cpp428 HRESULT STDMETHODCALLTYPE WebHistory::removeItems( function in class:WebHistory
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp376 pkg->removeItems(*listPkg);

Completed in 101 milliseconds