Home | History | Annotate | Download | only in win

Lines Matching full:m_fullscreencontroller

5985     if (m_fullscreenController) {
5986 if (m_fullscreenController->mediaElement() == videoElement) {
5989 m_fullscreenController->setMediaElement(videoElement);
5994 m_fullscreenController->mediaElement()->exitFullscreen();
5996 // which has to clear m_fullscreenController.
5997 ASSERT(!m_fullscreenController);
6000 m_fullscreenController = new FullscreenVideoController;
6001 m_fullscreenController->setMediaElement(videoElement);
6002 m_fullscreenController->enterFullscreen();
6009 if (m_fullscreenController)
6010 m_fullscreenController->exitFullscreen();
6011 m_fullscreenController = 0;