Searched defs:muted (Results 1 – 10 of 10) sorted by relevance
72 bool muted() const { return muted_; } in muted() function
144 bool muted() const { return muted_; } in muted() function
123 bool FullscreenVideoController::muted() const in muted() function in FullscreenVideoController
401 void MediaPlayerPrivateQt::setMuted(bool muted) in setMuted()475 void MediaPlayerPrivateQt::mutedChanged(bool muted) in mutedChanged()
345 void MediaPlayerPrivatePhonon::setMuted(bool muted) in setMuted()
531 bool MediaPlayer::muted() const in muted() function in WebCore::MediaPlayer536 void MediaPlayer::setMuted(bool muted) in setMuted()
407 bool FullscreenVideoController::muted() const in muted() function in FullscreenVideoController
1370 void MediaPlayerPrivateGStreamer::setMuted(bool muted) in setMuted()1385 gboolean muted; in notifyPlayerOfMute() local
1552 bool HTMLMediaElement::muted() const in muted() function in WebCore::HTMLMediaElement1557 void HTMLMediaElement::setMuted(bool muted) in setMuted()
560 bool muted = !mediaElement || mediaElement->muted(); in paintMediaMuteButton() local