Home
last modified time | relevance | path

Searched defs:activeRanges (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DWebKitMediaSource.cpp171 Vector<RefPtr<TimeRanges> > WebKitMediaSource::activeRanges() const in activeRanges() function in WebCore::WebKitMediaSource
173 Vector<RefPtr<TimeRanges> > activeRanges(m_activeSourceBuffers->length()); in activeRanges() local
DMediaSource.cpp180 Vector<RefPtr<TimeRanges> > MediaSource::activeRanges() const in activeRanges() function in WebCore::MediaSource
182 Vector<RefPtr<TimeRanges> > activeRanges(m_activeSourceBuffers->length()); in activeRanges() local