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

/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp109 m_qtGWorld->setMovie(0);
121 p.media.qtMovieGWorld = m_qtGWorld.get();
251 m_qtGWorld = adoptRef(new QTMovieGWorld(this));
252 m_qtGWorld->setMovie(m_qtMovie.get());
253 m_qtGWorld->setVisible(m_player->visible());
578 m_qtGWorld->setSize(size.width(), size.height());
586 m_qtGWorld->setVisible(visible);
626 m_qtGWorld->paint(hdc, r.x(), r.y());
751 ASSERT(m_qtGWorld.get() == movie);
867 m_qtGWorld
[all...]
H A DMediaPlayerPrivateQuickTimeWin.h167 RefPtr<QTMovieGWorld> m_qtGWorld; member in class:WebCore::MediaPlayerPrivate

Completed in 57 milliseconds