Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:mute

967     // Mute and unmute should also be disabled if the player has no audio.
1266 bool mute = !(params_.media_flags & WebContextMenuData::MediaMuted);
1267 if (mute) {
1276 WebMediaPlayerAction::Mute, mute));