HomeSort by relevance Sort by last modified time
    Searched refs:removeItems (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 41 @constant WebHistoryItemsRemovedNotification Posted from removeItems:.
103 @method removeItems:
106 - (void)removeItems:(NSArray *)items;
WebHistory.mm 87 - (BOOL)removeItems:(NSArray *)entries;
361 - (BOOL)removeItems:(NSArray *)entries
688 - (void)removeItems:(NSArray *)entries
690 if ([_historyPrivate removeItems:entries]) {
  /external/icu4c/tools/toolutil/
package.h 100 void removeItems(const char *pattern);
101 void removeItems(const Package &listPkg);
package.cpp 1054 Package::removeItems(const char *pattern) {
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistory.idl 31 @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/
WebHistory.h 79 virtual HRESULT STDMETHODCALLTYPE removeItems(
WebHistory.cpp 428 HRESULT STDMETHODCALLTYPE WebHistory::removeItems(
    [all...]
  /external/icu4c/tools/icupkg/
icupkg.cpp 380 pkg->removeItems(*listPkg);

Completed in 1832 milliseconds