HomeSort by relevance Sort by last modified time
    Searched refs:Mute (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayerAction.h 40 Mute,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h 151 virtual bool Mute(bool on) { return false; }
186 virtual bool Mute(bool on) { return false; }
call.h 66 void Mute(bool mute);
mediaengine.h 257 virtual bool Mute(bool on) { return true; }
call.cc 319 void Call::Mute(bool mute) {
320 muted_ = mute;
325 voice_channel->Mute(mute);
mediachannel.h 98 virtual bool Mute(bool on) = 0;
channel.cc 140 bool BaseChannel::Mute(bool mute) {
142 Send(mute ? MSG_MUTE : MSG_UNMUTE);
447 if (media_channel()->Mute(true)) {
458 if (media_channel()->Mute(false)) {
    [all...]
channel.h 77 // enable/mute, marshaling calls to a worker thread, and
110 bool Mute(bool mute);
  /external/webrtc/src/modules/interface/
module_common_types.h 747 void Mute() const;
835 AudioFrame::Mute() const
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 109 " mute Stops sending voice.\n"
183 } else if (command == "mute") {
184 call_->Mute(true);
186 call_->Mute(false);
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 1266 bool mute = !(params_.media_flags & WebContextMenuData::MediaMuted); local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]

Completed in 357 milliseconds