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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp6286 if (m_fullScreenVideoController) {
6287 if (m_fullScreenVideoController->mediaElement() == videoElement) {
6290 m_fullScreenVideoController->setMediaElement(videoElement);
6295 m_fullScreenVideoController->mediaElement()->exitFullscreen();
6297 // which has to clear m_fullScreenVideoController.
6298 ASSERT(!m_fullScreenVideoController);
6301 m_fullScreenVideoController = adoptPtr(new FullscreenVideoController);
6302 m_fullScreenVideoController->setMediaElement(videoElement);
6303 m_fullScreenVideoController->enterFullscreen();
6310 if (!m_fullScreenVideoController)
[all...]
H A DWebView.h1153 OwnPtr<FullscreenVideoController> m_fullScreenVideoController; member in class:WebView

Completed in 182 milliseconds