Searched refs:MuteDestination (Results 1 – 2 of 2) sorted by relevance
64 class WebContentsAudioMuter::MuteDestination class in content::WebContentsAudioMuter65 : public base::RefCountedThreadSafe<MuteDestination>,68 explicit MuteDestination(WebContents* web_contents) in MuteDestination() function in content::WebContentsAudioMuter::MuteDestination72 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()
33 class MuteDestination;34 const scoped_refptr<MuteDestination> destination_;