Searched refs:MediaPlayerPrivateQuickTimeVisualContext (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp29 #include "MediaPlayerPrivateQuickTimeVisualContext.h"
79 // Interface declaration for MediaPlayerPrivateQuickTimeVisualContext's QTMovieClient aggregate
80 class MediaPlayerPrivateQuickTimeVisualContext::MovieClient : public QTMovieClient {
82 MovieClient(MediaPlayerPrivateQuickTimeVisualContext* parent) : m_parent(parent) {}
88 MediaPlayerPrivateQuickTimeVisualContext* m_parent;
92 class MediaPlayerPrivateQuickTimeVisualContext::LayerClient : public PlatformCALayerClient {
94 LayerClient(MediaPlayerPrivateQuickTimeVisualContext* parent) : m_parent(parent) {}
112 MediaPlayerPrivateQuickTimeVisualContext* m_parent;
115 void MediaPlayerPrivateQuickTimeVisualContext::LayerClient::platformCALayerLayoutSublayersOfLayer(PlatformCALayer* layer)
141 class MediaPlayerPrivateQuickTimeVisualContext
162 MediaPlayerPrivateQuickTimeVisualContext::MediaPlayerPrivateQuickTimeVisualContext(MediaPlayer* player) function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
[all...]
H A DMediaPlayerPrivateQuickTimeVisualContext.h58 class MediaPlayerPrivateQuickTimeVisualContext : public MediaPlayerPrivateInterface { class in namespace:WebCore
62 ~MediaPlayerPrivateQuickTimeVisualContext();
65 MediaPlayerPrivateQuickTimeVisualContext(MediaPlayer*);
124 void seekTimerFired(Timer<MediaPlayerPrivateQuickTimeVisualContext>*);
154 void visualContextTimerFired(Timer<MediaPlayerPrivateQuickTimeVisualContext>*);
188 Timer<MediaPlayerPrivateQuickTimeVisualContext> m_seekTimer;
189 Timer<MediaPlayerPrivateQuickTimeVisualContext> m_visualContextTimer;
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp58 #include "MediaPlayerPrivateQuickTimeVisualContext.h"
59 #define PlatformMediaEngineClassName MediaPlayerPrivateQuickTimeVisualContext

Completed in 40 milliseconds