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

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 29 #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::VisualContextClient : public QTMovieVisualContextClient
    [all...]
MediaPlayerPrivateQuickTimeVisualContext.h 58 class MediaPlayerPrivateQuickTimeVisualContext : public MediaPlayerPrivateInterface {
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/
MediaPlayer.cpp 58 #include "MediaPlayerPrivateQuickTimeVisualContext.h"
59 #define PlatformMediaEngineClassName MediaPlayerPrivateQuickTimeVisualContext

Completed in 65 milliseconds