OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allItems
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/win/
WebHistory.cpp
450
RetainPtr<CFArrayRef>
allItems
(AdoptCF, CFArrayCreate(kCFAllocatorDefault, (const void**)itemsVector.data(), itemCount, &MarshallingHelpers::kIUnknownArrayCallBacks));
456
COMPtr<CFDictionaryPropertyBag> userInfo = createUserInfoFromArray(getNotificationString(kWebHistoryAllItemsRemovedNotification),
allItems
.get());
529
HRESULT STDMETHODCALLTYPE WebHistory::
allItems
(
[
all
...]
/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
...]
/prebuilt/common/netbeans-visual/
org-openide-util.jar
Completed in 989 milliseconds