HomeSort by relevance Sort by last modified time
    Searched defs:timeRanges (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 36 #include "TimeRanges.h"
350 PassRefPtr<TimeRanges> MediaPlayerPrivate::buffered() const
352 RefPtr<TimeRanges> timeRanges = TimeRanges::create();
356 timeRanges->add(0, loaded);
357 return timeRanges.release();
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 44 #include "TimeRanges.h"
604 PassRefPtr<TimeRanges> MediaPlayerPrivate::buffered() const
606 RefPtr<TimeRanges> timeRanges = TimeRanges::create();
609 timeRanges->add(0, loaded);
610 return timeRanges.release();
    [all...]
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 62 #include "TimeRanges.h"
485 m_playedTimeRanges = TimeRanges::create();
938 m_playedTimeRanges = TimeRanges::create();
963 RefPtr<TimeRanges> seekableRanges = seekable();
    [all...]

Completed in 237 milliseconds