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

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 109 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->getCurrentFrameInfo(buffer, bitsPerPixel, rowBytes, width, height)
    [all...]
MediaPlayerPrivateQuickTimeWin.h 167 RefPtr<QTMovieGWorld> m_qtGWorld;

Completed in 438 milliseconds