HomeSort by relevance Sort by last modified time
    Searched refs:bytesLoaded (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.h 76 unsigned bytesLoaded() const { return m_bytesLoaded; }
FileReader.cpp 227 dispatchEvent(ProgressEvent::create(type, true, m_loader ? m_loader->bytesLoaded() : 0, m_loader ? m_loader->totalBytes() : 0));
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 94 virtual unsigned bytesLoaded() const = 0;
MediaPlayer.cpp 130 virtual unsigned bytesLoaded() const { return 0; }
588 unsigned MediaPlayer::bytesLoaded()
590 return m_private->bytesLoaded();
MediaPlayer.h 231 unsigned bytesLoaded();
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 73 unsigned bytesLoaded() const;
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 132 virtual unsigned long long bytesLoaded() const = 0;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 82 virtual unsigned bytesLoaded() const { return 0; }
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 107 unsigned bytesLoaded() const;
MediaPlayerPrivateQt.h 83 unsigned bytesLoaded() const;
MediaPlayerPrivatePhonon.cpp 322 unsigned MediaPlayerPrivatePhonon::bytesLoaded() const
MediaPlayerPrivateQt.cpp 362 unsigned MediaPlayerPrivateQt::bytesLoaded() const
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 91 unsigned bytesLoaded() const;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 110 unsigned bytesLoaded() const;
MediaPlayerPrivateQuickTimeVisualContext.h 102 unsigned bytesLoaded() const;
MediaPlayerPrivateQuickTimeWin.cpp 446 unsigned MediaPlayerPrivate::bytesLoaded() const
MediaPlayerPrivateQuickTimeVisualContext.cpp 592 unsigned MediaPlayerPrivateQuickTimeVisualContext::bytesLoaded() const
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 113 virtual unsigned bytesLoaded() const;
WebMediaPlayerClientImpl.cpp 416 unsigned WebMediaPlayerClientImpl::bytesLoaded() const
419 return static_cast<unsigned>(m_webMediaPlayer->bytesLoaded());
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 243 virtual unsigned long long bytesLoaded() const;
webmediaplayer_impl.cc 618 unsigned long long WebMediaPlayerImpl::bytesLoaded() const {
870 if (bytesLoaded() == totalBytes() &&
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 143 virtual unsigned bytesLoaded() const;
MediaPlayerPrivateAVFoundation.cpp 383 unsigned MediaPlayerPrivateAVFoundation::bytesLoaded() const
389 LOG(Media, "MediaPlayerPrivateAVFoundation::bytesLoaded(%p) - returning %i", this, loaded);
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 121 unsigned bytesLoaded() const;
MediaPlayerPrivateQTKit.mm     [all...]

Completed in 312 milliseconds

1 2