Home
last modified time | relevance | path

Searched refs:MuteDestination (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/media/capture/
Dweb_contents_audio_muter.cc64 class WebContentsAudioMuter::MuteDestination class in content::WebContentsAudioMuter
65 : public base::RefCountedThreadSafe<MuteDestination>,
68 explicit MuteDestination(WebContents* web_contents) in MuteDestination() function in content::WebContentsAudioMuter::MuteDestination
72 friend class base::RefCountedThreadSafe<MuteDestination>;
76 virtual ~MuteDestination() {} in ~MuteDestination()
84 base::Bind(&MuteDestination::QueryForMatchesOnUIThread, in QueryForMatches()
114 DISALLOW_COPY_AND_ASSIGN(MuteDestination);
118 : destination_(new MuteDestination(web_contents)), is_muting_(false) { in WebContentsAudioMuter()
Dweb_contents_audio_muter.h33 class MuteDestination;
34 const scoped_refptr<MuteDestination> destination_;