/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | GStreamerGWorld.h | 51 bool enterFullscreen();
|
D | GStreamerGWorld.cpp | 75 bool GStreamerGWorld::enterFullscreen() in enterFullscreen() function in WebCore::GStreamerGWorld
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebVideoFullscreenController.h | 66 - (void)enterFullscreen:(NSScreen *)screen;
|
D | WebFullScreenController.h | 73 - (void)enterFullscreen:(NSScreen *)screen;
|
D | WebVideoFullscreenController.mm | 109 if (gstGworld->enterFullscreen()) 290 - (void)enterFullscreen:(NSScreen *)screen
|
D | WebFullScreenController.mm | 356 - (void)enterFullscreen:(NSScreen *)screen 371 // setElement: must be called with a non-nil value before calling enterFullscreen:.
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | FullscreenVideoControllerEfl.h | 39 void enterFullscreen();
|
D | FullscreenVideoControllerEfl.cpp | 71 void FullscreenVideoController::enterFullscreen() in enterFullscreen() function in FullscreenVideoController
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | QTMovieGWorld.h | 71 HWND enterFullscreen(QTMovieGWorldFullscreenClient*);
|
D | QTMovieGWorld.cpp | 392 HWND QTMovieGWorld::enterFullscreen(QTMovieGWorldFullscreenClient* client) in enterFullscreen() function in QTMovieGWorld
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FullscreenVideoController.h | 41 void enterFullscreen();
|
D | FullscreenVideoController.cpp | 253 void FullscreenVideoController::enterFullscreen() in enterFullscreen() function in FullscreenVideoController 262 if (!m_gstreamerGWorld->enterFullscreen()) in enterFullscreen()
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/ |
D | PluginProcessProxyMac.mm | 101 enterFullscreen(); 106 void PluginProcessProxy::enterFullscreen()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayerPrivate.h | 113 virtual void enterFullscreen() { } in enterFullscreen() function
|
D | MediaPlayer.h | 286 void enterFullscreen();
|
D | MediaPlayer.cpp | 681 void MediaPlayer::enterFullscreen() in enterFullscreen() function in WebCore::MediaPlayer 683 m_private->enterFullscreen(); in enterFullscreen()
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
D | PluginProcessProxy.h | 106 void enterFullscreen();
|
/external/webkit/Source/WebKit/win/ |
D | FullscreenVideoController.h | 114 void enterFullscreen();
|
D | FullscreenVideoController.cpp | 271 void FullscreenVideoController::enterFullscreen() in enterFullscreen() function in FullscreenVideoController
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | FullScreenVideoQt.cpp | 65 if (!gstreamerGWorld->enterFullscreen()) in enterFullScreen()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLVideoElement.cpp | 245 enterFullscreen(); in webkitEnterFullscreen()
|
D | HTMLMediaElement.h | 168 void enterFullscreen();
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_controller.h | 325 - (IBAction)enterFullscreen:(id)sender;
|
/external/webkit/Source/WebCore/rendering/ |
D | HitTestResult.cpp | 385 videoElt->enterFullscreen(); in enterFullscreenForVideo()
|
/external/webkit/Source/WebCore/html/shadow/ |
D | MediaControlElements.cpp | 820 mediaElement()->enterFullscreen(); in defaultEventHandler()
|