Searched refs:MovieClient (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.h159 class MovieClient;
160 friend class MovieClient;
161 OwnPtr<MovieClient> m_movieClient;
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp80 class MediaPlayerPrivateQuickTimeVisualContext::MovieClient : public QTMovieClient { class in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
82 MovieClient(MediaPlayerPrivateQuickTimeVisualContext* parent) : m_parent(parent) {} function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext::MovieClient
83 virtual ~MovieClient() { m_parent = 0; }
176 , m_movieClient(new MediaPlayerPrivateQuickTimeVisualContext::MovieClient(this))
1027 void MediaPlayerPrivateQuickTimeVisualContext::MovieClient::movieEnded(QTMovie* movie)
1038 void MediaPlayerPrivateQuickTimeVisualContext::MovieClient::movieLoadStateChanged(QTMovie* movie)
1047 void MediaPlayerPrivateQuickTimeVisualContext::MovieClient::movieTimeChanged(QTMovie* movie)

Completed in 73 milliseconds