Searched refs:seekableRanges (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DMediaController.cpp110 RefPtr<TimeRanges> seekableRanges = m_mediaElements.first()->seekable();
112 seekableRanges->intersectWith(*m_mediaElements[index]->seekable().get());
113 return seekableRanges;
H A DHTMLMediaElement.cpp2429 RefPtr<TimeRanges> seekableRanges = seekable(); local
2434 bool noSeekRequired = !seekableRanges->length() || (time == now && displayMode() != Poster);
2452 time = seekableRanges->nearest(time);
4449 RefPtr<TimeRanges> seekableRanges = seekable(); local
4450 if (!seekableRanges->contain(currentTime()))
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp699 RetainPtr<CFArrayRef> seekableRanges = adoptCF(AVCFPlayerItemCopySeekableTimeRanges(avPlayerItem(m_avfWrapper))); local
700 if (!seekableRanges)
705 CFIndex rangeCount = CFArrayGetCount(seekableRanges.get());
707 CFDictionaryRef range = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(seekableRanges.get(), i));
726 RetainPtr<CFArrayRef> seekableRanges = adoptCF(AVCFPlayerItemCopySeekableTimeRanges(avPlayerItem(m_avfWrapper)));
727 if (!seekableRanges)
731 CFIndex rangeCount = CFArrayGetCount(seekableRanges.get());
733 CFDictionaryRef range = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(seekableRanges.get(), i));
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DWebVideoFullscreenInterfaceAVKit.mm653 NSMutableArray* seekableRanges = [NSMutableArray array];
661 [seekableRanges addObject:[NSValue valueWithCMTimeRange:range]];
667 playerController().seekableTimeRanges = seekableRanges;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.mm2473 void MediaPlayerPrivateAVFoundationObjC::seekableTimeRangesDidChange(RetainPtr<NSArray> seekableRanges)
2475 m_cachedSeekableRanges = seekableRanges;

Completed in 192 milliseconds