Home
last modified time | relevance | path

Searched refs:MediaPlayerPrivateQt (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivateQt.cpp61 MediaPlayerPrivateInterface* MediaPlayerPrivateQt::create(MediaPlayer* player) in create()
63 return new MediaPlayerPrivateQt(player); in create()
66 void MediaPlayerPrivateQt::registerMediaEngine(MediaEngineRegistrar registrar) in registerMediaEngine()
71 void MediaPlayerPrivateQt::getSupportedTypes(HashSet<String> &supported) in getSupportedTypes()
82 MediaPlayer::SupportsType MediaPlayerPrivateQt::supportsType(const String& mime, const String& code… in supportsType()
103 MediaPlayerPrivateQt::MediaPlayerPrivateQt(MediaPlayer* player) in MediaPlayerPrivateQt() function in WebCore::MediaPlayerPrivateQt
151 MediaPlayerPrivateQt::~MediaPlayerPrivateQt() in ~MediaPlayerPrivateQt()
161 bool MediaPlayerPrivateQt::hasVideo() const in hasVideo()
166 bool MediaPlayerPrivateQt::hasAudio() const in hasAudio()
171 void MediaPlayerPrivateQt::load(const String& url) in load()
[all …]
DMediaPlayerPrivateQt.h38 class MediaPlayerPrivateQt : public QObject, public MediaPlayerPrivateInterface {
44 ~MediaPlayerPrivateQt();
134 MediaPlayerPrivateQt(MediaPlayer*);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFullScreenVideoQt.cpp180 MediaPlayerPrivateQt* mediaPlayerQt = mediaPlayer(); in enterFullScreenForNode()
209 MediaPlayerPrivateQt* mediaPlayerQt = mediaPlayer(); in exitFullScreenForNode()
224 MediaPlayerPrivateQt* FullScreenVideoQt::mediaPlayer() in mediaPlayer()
228 return static_cast<MediaPlayerPrivateQt*>(platformMedia.media.qtMediaPlayer); in mediaPlayer()
DFullScreenVideoQt.h39 class MediaPlayerPrivateQt; variable
97 MediaPlayerPrivateQt* mediaPlayer();
DDumpRenderTreeSupportQt.cpp1047MediaPlayerPrivateQt* mediaPlayerQt = static_cast<MediaPlayerPrivateQt*>(platformMedia.media.qtMed… in mediaContentUrlByElementId()
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.cpp63 #define PlatformMediaEngineClassName MediaPlayerPrivateQt
/external/webkit/Source/WebKit/qt/
DChangeLog2100 MediaPlayerPrivateQt::commitLoad.
2104 is added to retrieve the URL of the media content from WebCore MediaPlayerPrivateQt.
/external/webkit/Source/WebCore/
DChangeLog377 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
378 (WebCore::MediaPlayerPrivateQt::repaint):
379 (WebCore::MediaPlayerPrivateQt::paintToTextureMapper):
380 * platform/graphics/qt/MediaPlayerPrivateQt.h:
381 (WebCore::MediaPlayerPrivateQt::acceleratedRenderingStateChanged):
382 (WebCore::MediaPlayerPrivateQt::platformLayer):
400 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
401 (WebCore::MediaPlayerPrivateQt::repaint):
402 (WebCore::MediaPlayerPrivateQt::paintToTextureMapper):
403 * platform/graphics/qt/MediaPlayerPrivateQt.h:
[all …]
DChangeLog-2011-02-163945 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
3946 (WebCore::MediaPlayerPrivateQt::commitLoad):
7067 MediaPlayerPrivateQt has enough data.
7071 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
7072 (WebCore::MediaPlayerPrivateQt::updateStates):
12087 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
12088 (WebCore::MediaPlayerPrivateQt::paintCurrentFrameInContext):
12089 * platform/graphics/qt/MediaPlayerPrivateQt.h:
21129 [Qt] Fix Layering violation in MediaPlayerPrivateQt.
21134 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
[all …]
DWebCore.pro3001 platform/graphics/qt/MediaPlayerPrivateQt.h
3004 platform/graphics/qt/MediaPlayerPrivateQt.cpp
DChangeLog-2010-12-0633320 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
33325 (WebCore::MediaPlayerPrivateQt::acceleratedRenderingStateChanged):
33326 (WebCore::MediaPlayerPrivateQt::platformLayer):
33327 * platform/graphics/qt/MediaPlayerPrivateQt.h:
33328 (WebCore::MediaPlayerPrivateQt::supportsAcceleratedRendering):
33329 (WebCore::MediaPlayerPrivateQt::acceleratedRenderingStateChanged):
33330 (WebCore::MediaPlayerPrivateQt::platformLayer):
37400 [Qt] Disconnect signals before destroying MediaPlayerPrivateQt
37404 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
43092 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
[all …]
DWebCore.gypi4335 'platform/graphics/qt/MediaPlayerPrivateQt.cpp',
4336 'platform/graphics/qt/MediaPlayerPrivateQt.h',
DChangeLog-2010-05-2416893 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
20569 * platform/graphics/qt/MediaPlayerPrivateQt.h:
29079 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
35035 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
42759 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
42771 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
44372 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
44619 * platform/graphics/qt/MediaPlayerPrivateQt.cpp:
44625 * platform/graphics/qt/MediaPlayerPrivateQt.h:
45160 * platform/graphics/qt/MediaPlayerPrivateQt.cpp: Added new QtMultimedia Backend.
[all …]