Searched refs:enterFullscreen (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DWebVideoFullscreenControllerAVKit.h38 - (void)enterFullscreen:(UIView *)view;
H A DWebVideoFullscreenControllerAVKit.mm53 - (void)enterFullscreen:(UIView *)view
117 - (void)enterFullscreen:(UIView *)view
145 _interface->enterFullscreen();
171 [self release]; // Balance the -retain we did in enterFullscreen:
H A DWebVideoFullscreenInterfaceAVKit.h96 virtual void enterFullscreen();
H A DWebVideoFullscreenInterfaceAVKit.mm798 void WebVideoFullscreenInterfaceAVKit::enterFullscreen()
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebVideoFullscreenController.h66 - (void)enterFullscreen:(NSScreen *)screen;
H A DWebVideoFullscreenController.mm274 - (void)enterFullscreen:(NSScreen *)screen
/macosx-10.10/WebCore-7600.1.25/html/
H A DMediaControllerInterface.h74 virtual void enterFullscreen() = 0;
H A DMediaController.h89 virtual void enterFullscreen() override { }
H A DHTMLVideoElement.cpp277 enterFullscreen();
H A DHTMLMediaElement.h382 virtual void enterFullscreen() override;
H A DHTMLMediaElement.cpp4539 enterFullscreen();
4900 enterFullscreen();
4903 void HTMLMediaElement::enterFullscreen() function in class:WebCore::HTMLMediaElement
4905 LOG(Media, "HTMLMediaElement::enterFullscreen");
5632 enterFullscreen();
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.h113 void enterFullscreen();
H A DFullscreenVideoController.cpp272 void FullscreenVideoController::enterFullscreen() function in class:FullscreenVideoController
H A DWebView.cpp6297 m_fullScreenVideoController->enterFullscreen();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginProcessProxy.h138 void enterFullscreen();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h149 virtual void enterFullscreen() { } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h460 void enterFullscreen();
H A DMediaPlayer.cpp831 void MediaPlayer::enterFullscreen() function in class:WebCore::MediaPlayer
833 m_private->enterFullscreen();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/mac/
H A DPluginProcessProxyMac.mm215 enterFullscreen();
220 void PluginProcessProxy::enterFullscreen()
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DHitTestResult.cpp432 videoElt->enterFullscreen();
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElements.cpp1094 mediaController()->enterFullscreen();
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm8408 [_private->fullscreenController enterFullscreen:(UIView *)[[[self window] hostLayer] delegate]];
8410 [_private->fullscreenController enterFullscreen:[[self window] screen]];

Completed in 435 milliseconds