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

  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 473 NSArray *seekableRanges = [m_avPlayerItem.get() seekableTimeRanges];
474 if (!seekableRanges)
478 for (NSValue *thisRangeValue in seekableRanges) {
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp     [all...]

Completed in 55 milliseconds