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

  /external/webkit/WebKit/mac/History/
WebHistoryPrivate.h 45 @method allItems
48 - (NSArray *)allItems;
WebHistory.mm 95 - (NSArray *)allItems;
451 - (NSArray *)allItems
698 NSArray *entries = [_historyPrivate allItems];
794 - (NSArray *)allItems
796 return [_historyPrivate allItems];
  /external/webkit/WebKit/win/Interfaces/
IWebHistoryPrivate.idl 37 HRESULT allItems([in, out] int* count, [out, retval] IWebHistoryItem** items);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 336 // put them in allItems. Later we give allItems to checkThumbBitmap()
341 ArrayList<Item> allItems = new ArrayList<Item>();
346 checkImageList(allItems);
349 checkBucketIds(allItems);
352 checkThumbBitmap(allItems);
376 private void checkImageList(ArrayList<Item> allItems) {
401 allItems.add(item);
426 private void checkBucketIds(ArrayList<Item> allItems) {
463 allItems.add(item)
    [all...]
  /external/webkit/WebKit/win/
WebHistory.h 113 virtual HRESULT STDMETHODCALLTYPE allItems(
WebHistory.cpp 452 RetainPtr<CFArrayRef> allItems(AdoptCF, CFArrayCreate(kCFAllocatorDefault, (const void**)itemsVector.data(), itemCount, &MarshallingHelpers::kIUnknownArrayCallBacks));
458 COMPtr<CFDictionaryPropertyBag> userInfo = createUserInfoFromArray(getNotificationString(kWebHistoryAllItemsRemovedNotification), allItems.get());
531 HRESULT STDMETHODCALLTYPE WebHistory::allItems(
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 198 return [[[WebHistory optionalSharedHistory] allItems] count];
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 181 if (FAILED(sharedHistoryPrivate->allItems(&count, 0)))
    [all...]

Completed in 219 milliseconds