Searched refs:showPlaybackTargetPicker (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaSession.h55 void showPlaybackTargetPicker(const HTMLMediaElement&);
H A DHTMLMediaSession.cpp177 void HTMLMediaSession::showPlaybackTargetPicker(const HTMLMediaElement& element) function in class:WebCore::HTMLMediaSession
179 LOG(Media, "HTMLMediaSession::showPlaybackTargetPicker");
185 element.document().frame()->page()->chrome().client().showPlaybackTargetPicker(element.hasVideo());
H A DHTMLMediaElement.cpp4809 m_mediaSession->showPlaybackTargetPicker(*this);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/ios/
H A DWebChromeClientIOS.mm133 void WebChromeClient::showPlaybackTargetPicker(bool hasVideo)
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebChromeClientIOS.h87 virtual void showPlaybackTargetPicker(bool hasVideo) override;
H A DWebChromeClientIOS.mm324 void WebChromeClientIOS::showPlaybackTargetPicker(bool hasVideo)
328 [[webView() _UIKitDelegateForwarder] showPlaybackTargetPicker:hasVideo fromRect:elementRect];
/macosx-10.10/WebKit-7600.1.25/ios/WebView/
H A DWebUIKitDelegate.h112 - (void)showPlaybackTargetPicker:(BOOL)hasVideo fromRect:(CGRect)elementRect;
/macosx-10.10/WebKit-7600.1.25/ios/DefaultDelegates/
H A DWebDefaultUIKitDelegate.m244 - (void)showPlaybackTargetPicker:(BOOL)hasVideo fromRect:(CGRect)elementRect
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h159 virtual void showPlaybackTargetPicker() { } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h472 void showPlaybackTargetPicker();
H A DMediaPlayer.cpp858 void MediaPlayer::showPlaybackTargetPicker() function in class:WebCore::MediaPlayer
860 m_private->showPlaybackTargetPicker();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DPageClient.h270 virtual void showPlaybackTargetPicker(bool hasVideo, const WebCore::IntRect& elementRect) = 0;
H A DWebPageProxy.h1182 void showPlaybackTargetPicker(bool hasVideo, const WebCore::IntRect& elementRect);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DPageClientImplIOS.h127 virtual void showPlaybackTargetPicker(bool hasVideo, const WebCore::IntRect& elementRect) override;
H A DWebPageProxyIOS.mm778 void WebPageProxy::showPlaybackTargetPicker(bool hasVideo, const IntRect& elementRect)
780 m_pageClient.showPlaybackTargetPicker(hasVideo, elementRect);
H A DPageClientImplIOS.mm543 void PageClientImpl::showPlaybackTargetPicker(bool hasVideo, const IntRect& elementRect)
/macosx-10.10/WebCore-7600.1.25/page/
H A DChromeClient.h269 virtual void showPlaybackTargetPicker(bool hasVideo) = 0;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.h183 virtual void showPlaybackTargetPicker(bool hasVideo) override;
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.h214 virtual void showPlaybackTargetPicker(bool) override { };

Completed in 395 milliseconds