Home
last modified time | relevance | path

Searched refs:exitFullscreen (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFullscreenVideoControllerEfl.cpp46 exitFullscreen(); in ~FullscreenVideoController()
57 exitFullscreen(); in setMediaElement()
86 void FullscreenVideoController::exitFullscreen() in exitFullscreen() function in FullscreenVideoController
DFullscreenVideoControllerEfl.h40 void exitFullscreen();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFullScreenVideoQt.cpp76 m_videoElement->exitFullscreen(); in windowClosed()
82 m_videoElement->platformMedia().media.gstreamerGWorld->exitFullscreen(); in exitFullScreen()
220 m_videoElement->exitFullscreen(); in aboutToClose()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFullscreenVideoController.cpp83 controller->exitFullscreen(); in onFullscreenGtkDestroy()
147 exitFullscreen(); in ~FullscreenVideoController()
158 exitFullscreen(); in setMediaElement()
327 m_mediaElement->exitFullscreen(); in exitOnUserRequest()
330 void FullscreenVideoController::exitFullscreen() in exitFullscreen() function in FullscreenVideoController
355 m_mediaElement->platformMedia().media.gstreamerGWorld->exitFullscreen(); in exitFullscreen()
DFullscreenVideoController.h42 void exitFullscreen();
/external/webkit/Source/WebKit/win/
DFullscreenVideoController.cpp267 exitFullscreen(); in setMediaElement()
297 void FullscreenVideoController::exitFullscreen() in exitFullscreen() function in FullscreenVideoController
591 m_mediaElement->exitFullscreen(); in onChar()
600 m_mediaElement->exitFullscreen(); in onKeyDown()
684 m_mediaElement->exitFullscreen(); in onMouseUp()
DFullscreenVideoController.h115 void exitFullscreen();
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DGStreamerGWorld.h52 void exitFullscreen();
DGStreamerGWorld.cpp70 exitFullscreen(); in ~GStreamerGWorld()
159 void GStreamerGWorld::exitFullscreen() in exitFullscreen() function in WebCore::GStreamerGWorld
/external/webkit/Source/WebKit/mac/WebView/
DWebVideoFullscreenController.h67 - (void)exitFullscreen;
DWebFullScreenController.h74 - (void)exitFullscreen;
DWebVideoFullscreenHUDWindowController.mm73 - (void)exitFullscreen:(id)sender;
105 [[self windowController] exitFullscreen:self];
384 [exitFullscreenButton setAction:@selector(exitFullscreen:)];
654 - (void)exitFullscreen:(id)sender
DWebVideoFullscreenController.mm193 _mediaElement->platformMedia().media.gstreamerGWorld->exitFullscreen();
207 [self autorelease]; // Associated -retain is in -exitFullscreen.
315 - (void)exitFullscreen
457 _mediaElement->exitFullscreen();
DWebFullScreenController.mm264 [self autorelease]; // Associated -retain is in -exitFullscreen.
496 - (void)exitFullscreen
731 [self exitFullscreen];
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovieGWorld.h72 void exitFullscreen();
DQTMovieGWorld.cpp431 void QTMovieGWorld::exitFullscreen() in exitFullscreen() function in QTMovieGWorld
/external/chromium/chrome/browser/ui/cocoa/
Dfullscreen_controller.h89 - (void)exitFullscreen;
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
DPluginProcessProxyMac.mm103 exitFullscreen();
119 void PluginProcessProxy::exitFullscreen()
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h114 virtual void exitFullscreen() { } in exitFullscreen() function
DMediaPlayer.h287 void exitFullscreen();
DMediaPlayer.cpp686 void MediaPlayer::exitFullscreen() in exitFullscreen() function in WebCore::MediaPlayer
688 m_private->exitFullscreen(); in exitFullscreen()
/external/webkit/Source/WebKit2/UIProcess/Plugins/
DPluginProcessProxy.h107 void exitFullscreen();
DPluginProcessProxy.cpp165 exitFullscreen(); in didClose()
/external/webkit/Source/WebCore/html/
DHTMLVideoElement.cpp251 exitFullscreen(); in webkitExitFullscreen()
DHTMLMediaElement.h169 void exitFullscreen();

12