Home
last modified time | relevance | path

Searched refs:MediaPlayerPrivateInterface (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h39 class MediaPlayerPrivateInterface {
40 WTF_MAKE_NONCOPYABLE(MediaPlayerPrivateInterface); WTF_MAKE_FAST_ALLOCATED;
42 MediaPlayerPrivateInterface() { } in MediaPlayerPrivateInterface() function
43 virtual ~MediaPlayerPrivateInterface() { } in ~MediaPlayerPrivateInterface()
DMediaPlayer.h61 class MediaPlayerPrivateInterface; variable
84 MediaPlayerPrivateInterface* chromiumMediaPlayer;
85 MediaPlayerPrivateInterface* qtMediaPlayer;
319 OwnPtr<MediaPlayerPrivateInterface*> m_private;
342 typedef MediaPlayerPrivateInterface* (*CreateMediaEnginePlayer)(MediaPlayer*);
DMediaPlayer.cpp82 class NullMediaPlayerPrivate : public MediaPlayerPrivateInterface {
148 static MediaPlayerPrivateInterface* createNullMediaPlayer(MediaPlayer* player) in createNullMediaPlayer()
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerPrivateWinCE.h43 class MediaPlayerPrivate : public MediaPlayerPrivateInterface {
100 static MediaPlayerPrivateInterface* create(MediaPlayer*);
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.h43 class MediaPlayerPrivatePhonon : public QObject, public MediaPlayerPrivateInterface {
131 static MediaPlayerPrivateInterface* create(MediaPlayer* player);
DMediaPlayerPrivateQt.h38 class MediaPlayerPrivateQt : public QObject, public MediaPlayerPrivateInterface {
43 static MediaPlayerPrivateInterface* create(MediaPlayer* player);
DMediaPlayerPrivatePhonon.cpp121 MediaPlayerPrivateInterface* MediaPlayerPrivatePhonon::create(MediaPlayer* player) in create()
DMediaPlayerPrivateQt.cpp61 MediaPlayerPrivateInterface* MediaPlayerPrivateQt::create(MediaPlayer* player) in create()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaPlayerPrivateAndroid.h39 class MediaPlayerPrivate : public MediaPlayerPrivateInterface {
111 static MediaPlayerPrivateInterface* create(MediaPlayer* player);
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.h55 class MediaPlayerPrivate : public MediaPlayerPrivateInterface, public QTMovieClient, public QTMovie…
140 static MediaPlayerPrivateInterface* create(MediaPlayer*);
DMediaPlayerPrivateQuickTimeVisualContext.h58 class MediaPlayerPrivateQuickTimeVisualContext : public MediaPlayerPrivateInterface {
129 static MediaPlayerPrivateInterface* create(MediaPlayer*);
DMediaPlayerPrivateQuickTimeWin.cpp74 MediaPlayerPrivateInterface* MediaPlayerPrivate::create(MediaPlayer* player) in create()
DMediaPlayerPrivateQuickTimeVisualContext.cpp151 MediaPlayerPrivateInterface* MediaPlayerPrivateQuickTimeVisualContext::create(MediaPlayer* player) in create()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h47 class MediaPlayerPrivateGStreamer : public MediaPlayerPrivateInterface {
129 static MediaPlayerPrivateInterface* create(MediaPlayer* player);
DMediaPlayerPrivateGStreamer.cpp154 MediaPlayerPrivateInterface* MediaPlayerPrivateGStreamer::create(MediaPlayer* player) in create()
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.h50 class WebMediaPlayerClientImpl : public WebCore::MediaPlayerPrivateInterface
137 static WebCore::MediaPlayerPrivateInterface* create(WebCore::MediaPlayer*);
DWebMediaPlayerClientImpl.cpp551 MediaPlayerPrivateInterface* WebMediaPlayerClientImpl::create(MediaPlayer* player) in create()
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h60 class MediaPlayerPrivateQTKit : public MediaPlayerPrivateInterface {
76 static MediaPlayerPrivateInterface* create(MediaPlayer* player);
DMediaPlayerPrivateQTKit.mm204 MediaPlayerPrivateInterface* MediaPlayerPrivateQTKit::create(MediaPlayer* player)
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundationObjC.h67 static MediaPlayerPrivateInterface* create(MediaPlayer* player);
DMediaPlayerPrivateAVFoundation.h40 class MediaPlayerPrivateAVFoundation : public MediaPlayerPrivateInterface {
DMediaPlayerPrivateAVFoundationObjC.mm122 MediaPlayerPrivateInterface* MediaPlayerPrivateAVFoundationObjC::create(MediaPlayer* player)
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp551 MediaPlayerPrivateInterface* MediaPlayerPrivate::create(MediaPlayer* player) in create()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-295514 Cleanup MediaPlayer and MediaPlayerPrivateInterface to remove dead methods
5587 Cleanup MediaPlayer and MediaPlayerPrivateInterface to remove dead methods
30375 (WebCore::MediaPlayerPrivateInterface::hasClosedCaptions):
30376 (WebCore::MediaPlayerPrivateInterface::setClosedCaptionsVisible):
30513 …class MediaPlayerPrivateInterface - its child class is instantiated at: WebCore/platform/graphics/…
50153 (WebCore::MediaPlayerPrivateInterface::canLoadPoster):
50154 (WebCore::MediaPlayerPrivateInterface::setPoster):
50156 (WebCore::MediaPlayerPrivateInterface::prepareToPlay):
50456 (WebCore::MediaPlayerPrivateInterface::platformMedia):
60019 Changed MediaPlayerPrivateInterface and MediaPlayer's definition to
[all …]
DChangeLog52018 (WebCore::MediaPlayerPrivateInterface::setPrivateBrowsingMode):
56766 (WebCore::MediaPlayerPrivateInterface::setPrivateBrowsingMode): Declare new interface.
59173 (WebCore::MediaPlayerPrivateInterface::clearMediaCacheForSite): Ditto.
59198 (WebCore::MediaPlayerPrivateInterface::getSitesInMediaCache): Declare new interface.
59199 (WebCore::MediaPlayerPrivateInterface::clearMediaCache): Ditto.
59200 (WebCore::MediaPlayerPrivateInterface::clearMediaCacheForSite): Ditto.
62571 (WebCore::MediaPlayerPrivateInterface::decodedFrameCount):
62572 (WebCore::MediaPlayerPrivateInterface::droppedFrameCount):
62573 (WebCore::MediaPlayerPrivateInterface::audioDecodedByteCount):
62574 (WebCore::MediaPlayerPrivateInterface::videoDecodedByteCount):

12