Searched defs:bytesLoaded (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DFileReaderLoader.h76 unsigned bytesLoaded() const { return m_bytesLoaded; } function in class:WebCore::FileReaderLoader
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaPlayerPrivateAndroid.h82 virtual unsigned bytesLoaded() const { return 0; } function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp383 unsigned MediaPlayerPrivateAVFoundation::bytesLoaded() const function in class:WebCore::MediaPlayerPrivateAVFoundation
389 LOG(Media, "MediaPlayerPrivateAVFoundation::bytesLoaded(%p) - returning %i", this, loaded);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp322 unsigned MediaPlayerPrivatePhonon::bytesLoaded() const function in class:WebCore::MediaPlayerPrivatePhonon
H A DMediaPlayerPrivateQt.cpp362 unsigned MediaPlayerPrivateQt::bytesLoaded() const function in class:WebCore::MediaPlayerPrivateQt
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp416 unsigned WebMediaPlayerClientImpl::bytesLoaded() const function in class:WebKit::WebMediaPlayerClientImpl
419 return static_cast<unsigned>(m_webMediaPlayer->bytesLoaded());
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc618 unsigned long long WebMediaPlayerImpl::bytesLoaded() const { function in class:webkit_glue::WebMediaPlayerImpl
870 if (bytesLoaded() == totalBytes() &&
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp130 virtual unsigned bytesLoaded() const { return 0; } function in class:WebCore::NullMediaPlayerPrivate
588 unsigned MediaPlayer::bytesLoaded() function in class:WebCore::MediaPlayer
590 return m_private->bytesLoaded();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp446 unsigned MediaPlayerPrivate::bytesLoaded() const function in class:WebCore::MediaPlayerPrivate
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp592 unsigned MediaPlayerPrivateQuickTimeVisualContext::bytesLoaded() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp891 unsigned MediaPlayerPrivateGStreamer::bytesLoaded() const function in class:WebCore::MediaPlayerPrivateGStreamer
900 LOG_VERBOSE(Media, "bytesLoaded: %d", loaded);

Completed in 273 milliseconds