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

  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.h 42 class QTMovieGWorld;
47 virtual void movieNewImageAvailable(QTMovieGWorld*) = 0;
55 class QTMOVIEWIN_API QTMovieGWorld : public RefCounted<QTMovieGWorld> {
57 QTMovieGWorld(QTMovieGWorldClient*);
58 ~QTMovieGWorld();
QTMovieGWorld.cpp 27 #include "QTMovieGWorld.h"
64 QTMovieGWorldPrivate(QTMovieGWorld* movieWin);
82 QTMovieGWorld* m_movieWin;
107 QTMovieGWorldPrivate::QTMovieGWorldPrivate(QTMovieGWorld* movieWin)
309 QTMovieGWorld::QTMovieGWorld(QTMovieGWorldClient* client)
315 QTMovieGWorld::~QTMovieGWorld()
320 void QTMovieGWorld::setSize(int width, int height)
326 void QTMovieGWorld::setVisible(bool b
    [all...]
MediaPlayerPrivateQuickTimeWin.h 34 #include <QTMovieGWorld.h>
137 virtual void movieNewImageAvailable(QTMovieGWorld*);
167 RefPtr<QTMovieGWorld> m_qtGWorld;
MediaPlayerPrivateQuickTimeWin.cpp 121 p.media.qtMovieGWorld = m_qtGWorld.get();
251 m_qtGWorld = adoptRef(new QTMovieGWorld(this));
610 // bitmap where QTMovieGWorld can draw the frame and we can copy it.
746 void MediaPlayerPrivate::movieNewImageAvailable(QTMovieGWorld* movie)
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 55 class QTMovieGWorld;
81 QTMovieGWorld* qtMovieGWorld;

Completed in 190 milliseconds