Searched refs:hasAudio (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DMediaPlayerPrivateMediaFoundation.h50 virtual bool hasAudio() const;
H A DMediaPlayerPrivateMediaFoundation.cpp105 bool MediaPlayerPrivateMediaFoundation::hasAudio() const function in class:WebCore::MediaPlayerPrivateMediaFoundation
/macosx-10.10/WebCore-7600.1.25/html/
H A DMediaControllerInterface.h76 virtual bool hasAudio() const = 0;
H A DMediaController.h91 virtual bool hasAudio() const override;
H A DMediaController.cpp556 bool MediaController::hasAudio() const function in class:MediaController
559 if (m_mediaElements[index]->hasAudio())
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockSourceBufferPrivate.h56 bool hasAudio() const;
H A DMockMediaPlayerMediaSource.cpp133 bool MockMediaPlayerMediaSource::hasAudio() const function in class:WebCore::MockMediaPlayerMediaSource
135 return m_mediaSourcePrivate ? m_mediaSourcePrivate->hasAudio() : false;
H A DMockMediaSourcePrivate.cpp151 return prpSourceBuffer->hasAudio();
154 bool MockMediaSourcePrivate::hasAudio() const function in class:WebCore::MockMediaSourcePrivate
H A DMockMediaPlayerMediaSource.h69 virtual bool hasAudio() const override;
H A DMockMediaSourcePrivate.h47 bool hasAudio() const;
H A DMockSourceBufferPrivate.cpp252 bool MockSourceBufferPrivate::hasAudio() const function in class:WebCore::MockSourceBufferPrivate
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaSourcePrivateAVFObjC.h72 bool hasAudio() const;
H A DMediaSourcePrivateAVFObjC.mm177 return sourceBuffer->hasAudio();
180 bool MediaSourcePrivateAVFObjC::hasAudio() const
H A DSourceBufferPrivateAVFObjC.h88 bool hasAudio() const;
H A DMediaPlayerPrivateMediaSourceAVFObjC.h111 virtual bool hasAudio() const override;
H A DMediaPlayerPrivateMediaSourceAVFObjC.mm400 bool MediaPlayerPrivateMediaSourceAVFObjC::hasAudio() const
405 return m_mediaSourcePrivate->hasAudio();
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControls.cpp101 if (m_mediaController->hasAudio() || page->theme().hasOwnDisabledStateHandlingFor(MediaMuteButtonPart))
107 if (!m_mediaController->hasAudio())
229 if (!m_mediaController->hasAudio())
H A DMediaControlsApple.cpp324 if (m_mediaController->hasAudio() || page->theme().hasOwnDisabledStateHandlingFor(MediaMuteButtonPart))
476 if (!m_mediaController->hasAudio())
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h66 bool hasAudio() const { return m_hasAudio; } function in class:WebCore::MediaPlayerPrivateGStreamer
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h88 bool hasAudio() const;
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DSourceBuffer.h95 bool hasAudio() const;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h79 virtual bool hasAudio() const = 0;
H A DMediaPlayer.cpp104 virtual bool hasAudio() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
585 bool MediaPlayer::hasAudio() const function in class:WebCore::MediaPlayer
587 return m_private->hasAudio();
H A DMediaPlayer.h325 bool hasAudio() const;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h170 virtual bool hasAudio() const override { return m_cachedHasAudio; }

Completed in 577 milliseconds

12