/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | FullscreenVideoControllerEfl.cpp | 46 exitFullscreen(); in ~FullscreenVideoController() 57 exitFullscreen(); in setMediaElement() 86 void FullscreenVideoController::exitFullscreen() in exitFullscreen() function in FullscreenVideoController
|
D | FullscreenVideoControllerEfl.h | 40 void exitFullscreen();
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | FullScreenVideoQt.cpp | 76 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/ |
D | FullscreenVideoController.cpp | 83 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()
|
D | FullscreenVideoController.h | 42 void exitFullscreen();
|
/external/webkit/Source/WebKit/win/ |
D | FullscreenVideoController.cpp | 267 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()
|
D | FullscreenVideoController.h | 115 void exitFullscreen();
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | GStreamerGWorld.h | 52 void exitFullscreen();
|
D | GStreamerGWorld.cpp | 70 exitFullscreen(); in ~GStreamerGWorld() 159 void GStreamerGWorld::exitFullscreen() in exitFullscreen() function in WebCore::GStreamerGWorld
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebVideoFullscreenController.h | 67 - (void)exitFullscreen;
|
D | WebFullScreenController.h | 74 - (void)exitFullscreen;
|
D | WebVideoFullscreenHUDWindowController.mm | 73 - (void)exitFullscreen:(id)sender; 105 [[self windowController] exitFullscreen:self]; 384 [exitFullscreenButton setAction:@selector(exitFullscreen:)]; 654 - (void)exitFullscreen:(id)sender
|
D | WebVideoFullscreenController.mm | 193 _mediaElement->platformMedia().media.gstreamerGWorld->exitFullscreen(); 207 [self autorelease]; // Associated -retain is in -exitFullscreen. 315 - (void)exitFullscreen 457 _mediaElement->exitFullscreen();
|
D | WebFullScreenController.mm | 264 [self autorelease]; // Associated -retain is in -exitFullscreen. 496 - (void)exitFullscreen 731 [self exitFullscreen];
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | QTMovieGWorld.h | 72 void exitFullscreen();
|
D | QTMovieGWorld.cpp | 431 void QTMovieGWorld::exitFullscreen() in exitFullscreen() function in QTMovieGWorld
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | fullscreen_controller.h | 89 - (void)exitFullscreen;
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/ |
D | PluginProcessProxyMac.mm | 103 exitFullscreen(); 119 void PluginProcessProxy::exitFullscreen()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayerPrivate.h | 114 virtual void exitFullscreen() { } in exitFullscreen() function
|
D | MediaPlayer.h | 287 void exitFullscreen();
|
D | MediaPlayer.cpp | 686 void MediaPlayer::exitFullscreen() in exitFullscreen() function in WebCore::MediaPlayer 688 m_private->exitFullscreen(); in exitFullscreen()
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
D | PluginProcessProxy.h | 107 void exitFullscreen();
|
D | PluginProcessProxy.cpp | 165 exitFullscreen(); in didClose()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLVideoElement.cpp | 251 exitFullscreen(); in webkitExitFullscreen()
|
D | HTMLMediaElement.h | 169 void exitFullscreen();
|