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

  /external/chromium_org/content/browser/media/capture/
web_contents_audio_muter.h 17 // WebContentsAudioMuter::MuteDestination only pumps the audio data and discards
33 class MuteDestination;
34 const scoped_refptr<MuteDestination> destination_;
web_contents_audio_muter.cc 64 class WebContentsAudioMuter::MuteDestination
65 : public base::RefCountedThreadSafe<MuteDestination>,
68 explicit MuteDestination(WebContents* web_contents)
72 friend class base::RefCountedThreadSafe<MuteDestination>;
76 virtual ~MuteDestination() {}
84 base::Bind(&MuteDestination::QueryForMatchesOnUIThread,
114 DISALLOW_COPY_AND_ASSIGN(MuteDestination);
118 : destination_(new MuteDestination(web_contents)), is_muting_(false) {

Completed in 4287 milliseconds