HomeSort by relevance Sort by last modified time
    Searched refs:enterFullscreen (Results 1 - 25 of 29) sorted by null

1 2

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

Completed in 421 milliseconds

1 2