Home
last modified time | relevance | path

Searched refs:fullscreenVideoController (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebviewprivate.h93 FullscreenVideoController* fullscreenVideoController; member
Dwebkitwebview.cpp5119 if (priv->fullscreenVideoController) in webViewEnterFullscreen()
5120 priv->fullscreenVideoController->exitFullscreen(); in webViewEnterFullscreen()
5122 priv->fullscreenVideoController = new FullscreenVideoController; in webViewEnterFullscreen()
5123 priv->fullscreenVideoController->setMediaElement(videoElement); in webViewEnterFullscreen()
5124 priv->fullscreenVideoController->enterFullscreen(); in webViewEnterFullscreen()
5132 if (priv->fullscreenVideoController) in webViewExitFullscreen()
5133 priv->fullscreenVideoController->exitFullscreen(); in webViewExitFullscreen()