Searched refs:hasVideo (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKAirPlayRoutePicker.h34 - (void)show:(BOOL)hasVideo fromRect:(CGRect)elementRect;
H A DWKAirPlayRoutePicker.mm147 - (void)show:(BOOL)hasVideo fromRect:(CGRect)elementRect
152 MPAVItemType itemType = hasVideo ? MPAVItemTypeVideo : MPAVItemTypeAudio;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DMediaPlayerPrivateMediaFoundation.h49 virtual bool hasVideo() const;
H A DMediaPlayerPrivateMediaFoundation.cpp99 bool MediaPlayerPrivateMediaFoundation::hasVideo() const function in class:WebCore::MediaPlayerPrivateMediaFoundation
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DWebVideoFullscreenInterface.h50 virtual void setVideoDimensions(bool hasVideo, float width, float height) = 0;
H A DWebVideoFullscreenInterfaceAVKit.h88 virtual void setVideoDimensions(bool hasVideo, float width, float height) override;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/ios/
H A DWebChromeClientIOS.mm133 void WebChromeClient::showPlaybackTargetPicker(bool hasVideo)
135 m_page->send(Messages::WebPageProxy::ShowPlaybackTargetPicker(hasVideo, m_page->rectForElementAtInteractionLocation()));
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLVideoElement.h90 virtual bool hasVideo() const override { return player() && player()->hasVideo(); }
H A DMediaControllerInterface.h77 virtual bool hasVideo() const = 0;
H A DHTMLMediaSession.cpp185 element.document().frame()->page()->chrome().client().showPlaybackTargetPicker(element.hasVideo());
324 if (buffer.hasVideo())
H A DHTMLVideoElement.cpp157 if (!player()->hasVideo())
254 return player()->hasVideo() && player()->hasAvailableVideoFrame();
H A DMediaController.h92 virtual bool hasVideo() const override;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h50 bool hasVideo() const;
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockSourceBufferPrivate.h55 bool hasVideo() const;
H A DMockMediaPlayerMediaSource.cpp128 bool MockMediaPlayerMediaSource::hasVideo() const function in class:WebCore::MockMediaPlayerMediaSource
130 return m_mediaSourcePrivate ? m_mediaSourcePrivate->hasVideo() : false;
H A DMockMediaSourcePrivate.cpp161 return prpSourceBuffer->hasVideo();
164 bool MockMediaSourcePrivate::hasVideo() const function in class:WebCore::MockMediaSourcePrivate
H A DMockMediaPlayerMediaSource.h68 virtual bool hasVideo() const override;
H A DMockMediaSourcePrivate.h48 bool hasVideo() const;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaSourcePrivateAVFObjC.h73 bool hasVideo() const;
H A DMediaSourcePrivateAVFObjC.mm187 return sourceBuffer->hasVideo();
190 bool MediaSourcePrivateAVFObjC::hasVideo() const
H A DSourceBufferPrivateAVFObjC.h87 bool hasVideo() const;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/ios/
H A DWebVideoFullscreenManager.h72 virtual void setVideoDimensions(bool hasVideo, float width, float height) override;
H A DWebVideoFullscreenManager.mm130 void WebVideoFullscreenManager::setVideoDimensions(bool hasVideo, float width, float height)
132 m_page->send(Messages::WebVideoFullscreenManagerProxy::SetVideoDimensions(hasVideo, width, height), m_page->pageID());
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControls.cpp118 if (m_mediaController->supportsFullscreen() && m_mediaController->hasVideo())
201 if (!m_isMouseOverControls && m_mediaController->hasVideo())
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h65 bool hasVideo() const { return m_hasVideo; } function in class:WebCore::MediaPlayerPrivateGStreamer

Completed in 222 milliseconds

123