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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
MediaPlayerPrivateChromium.h 36 #include "MediaPlayerPrivate.h"
40 class MediaPlayerPrivate {
  /external/webkit/Source/WebKit/chromium/src/
MediaPlayerPrivateChromium.cpp 40 void MediaPlayerPrivate::registerMediaEngine(MediaEngineRegistrar registrar)
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 74 MediaPlayerPrivateInterface* MediaPlayerPrivate::create(MediaPlayer* player)
76 return new MediaPlayerPrivate(player);
79 void MediaPlayerPrivate::registerMediaEngine(MediaEngineRegistrar registrar)
85 MediaPlayerPrivate::MediaPlayerPrivate(MediaPlayer* player)
88 , m_seekTimer(this, &MediaPlayerPrivate::seekTimerFired)
106 MediaPlayerPrivate::~MediaPlayerPrivate()
112 bool MediaPlayerPrivate::supportsFullscreen() const
117 PlatformMedia MediaPlayerPrivate::platformMedia() cons
    [all...]
MediaPlayerPrivateQuickTimeWin.h 31 #include "MediaPlayerPrivate.h"
55 class MediaPlayerPrivate : public MediaPlayerPrivateInterface, public QTMovieClient, public QTMovieGWorldClient
63 ~MediaPlayerPrivate();
76 MediaPlayerPrivate(MediaPlayer*);
130 void seekTimerFired(Timer<MediaPlayerPrivate>*);
172 Timer<MediaPlayerPrivate> m_seekTimer;
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 33 #include "MediaPlayerPrivate.h"
43 class MediaPlayerPrivate : public MediaPlayerPrivateInterface {
47 ~MediaPlayerPrivate();
85 MediaPlayerPrivate(MediaPlayer*);
90 void seekTimerFired(Timer<MediaPlayerPrivate>*);
108 Timer<MediaPlayerPrivate> m_seekTimer;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 56 struct MediaPlayerPrivate::JavaGlue {
72 MediaPlayerPrivate::~MediaPlayerPrivate()
87 void MediaPlayerPrivate::registerMediaEngine(MediaEngineRegistrar registrar)
92 MediaPlayer::SupportsType MediaPlayerPrivate::supportsType(const String& type, const String& codecs)
99 void MediaPlayerPrivate::pause()
111 void MediaPlayerPrivate::setVisible(bool visible)
118 void MediaPlayerPrivate::seek(float time)
131 void MediaPlayerPrivate::prepareToPlay()
144 MediaPlayerPrivate::MediaPlayerPrivate(MediaPlayer* player
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 33 #include "MediaPlayerPrivate.h"
39 class MediaPlayerPrivate : public MediaPlayerPrivateInterface {
41 virtual ~MediaPlayerPrivate();
115 MediaPlayerPrivate(MediaPlayer *);
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 37 #include "MediaPlayerPrivate.h"
56 #define PlatformMediaEngineClassName MediaPlayerPrivate
70 #define PlatformMediaEngineClassName MediaPlayerPrivate
73 #define PlatformMediaEngineClassName MediaPlayerPrivate

Completed in 166 milliseconds