Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:mute

1300     // Mute and unmute should also be disabled if the player has no audio.
1665 bool mute = !(params_.media_flags & WebContextMenuData::MediaMuted);
1666 if (mute) {
1673 WebMediaPlayerAction::Mute, mute));