Home | History | Annotate | Download | only in win

Lines Matching full:itemcount

315     CFIndex itemCount = CFArrayGetCount(datesArray);
316 for (CFIndex i = 0; i < itemCount; ++i) {
409 /* [in] */ int itemCount,
419 for (int i = itemCount - 1; i >= 0; --i) {
429 /* [in] */ int itemCount,
433 for (int i = 0; i < itemCount; ++i) {
447 CFIndex itemCount = CFDictionaryGetCount(m_entriesByURL.get());
448 Vector<IWebHistoryItem*> itemsVector(itemCount);
450 RetainPtr<CFArrayRef> allItems(AdoptCF, CFArrayCreate(kCFAllocatorDefault, (const void**)itemsVector.data(), itemCount, &MarshallingHelpers::kIUnknownArrayCallBacks));