HomeSort by relevance Sort by last modified time
    Searched full:enterfullscreen (Results 1 - 25 of 56) sorted by null

1 2 3

  /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();
FullScreenVideoQt.h 53 void enterFullScreen();
75 void enterFullScreen(QMediaPlayer*);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebFullScreenManagerProxyMac.mm 38 void WebFullScreenManagerProxy::enterFullScreen()
42 [[m_webView fullScreenWindowController] enterFullScreen:nil];
WKFullScreenWindowController.h 62 - (void)enterFullScreen:(NSScreen *)screen;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.h 51 bool enterFullscreen();
GStreamerGWorld.cpp 75 bool GStreamerGWorld::enterFullscreen()
  /external/webkit/Source/WebKit2/UIProcess/
WebFullScreenManagerProxy.messages.in 26 EnterFullScreen()
WebFullScreenManagerProxy.h 89 void enterFullScreen();
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebFullScreenManagerProxyGtk.cpp 34 void WebFullScreenManagerProxy::enterFullScreen()
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.h 39 void enterFullscreen();
FullscreenVideoControllerEfl.cpp 71 void FullscreenVideoController::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/WebKit/mac/WebView/
WebVideoFullscreenController.h 66 - (void)enterFullscreen:(NSScreen *)screen;
WebFullScreenController.h 73 - (void)enterFullscreen:(NSScreen *)screen;
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.h 71 HWND enterFullscreen(QTMovieGWorldFullscreenClient*);
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.h 126 void enterFullScreen(QMediaPlayer*);
qwebkitplatformplugin.h 133 virtual void enterFullScreen(QMediaPlayer*) = 0;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFullScreenClient.cpp 59 page->send(Messages::WebFullScreenManagerProxy::EnterFullScreen());
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 101 enterFullscreen();
106 void PluginProcessProxy::enterFullscreen()
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 138 virtual void enterFullScreen(QMediaPlayer*) = 0;
  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 245 enterFullscreen();
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 113 virtual void enterFullscreen() { }
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 114 void enterFullscreen();
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.h 106 void enterFullscreen();

Completed in 722 milliseconds

1 2 3