Searched refs:supportsMuting (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamerBase.h67 bool supportsMuting() const { return true; } function in class:WebCore::MediaPlayerPrivateGStreamerBase
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h113 virtual bool supportsMuting() const { return false; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp120 virtual bool supportsMuting() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
659 if (m_private->supportsMuting() || !m_muted)
672 if (m_private->supportsMuting())
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateMediaSourceAVFObjC.h103 virtual bool supportsMuting() const override { return true; }

Completed in 66 milliseconds