OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebContentsAudioMuter
(Results
1 - 4
of
4
) 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
19
class
WebContentsAudioMuter
{
21
explicit
WebContentsAudioMuter
(WebContents* web_contents);
22
~
WebContentsAudioMuter
();
38
DISALLOW_COPY_AND_ASSIGN(
WebContentsAudioMuter
);
web_contents_audio_muter.cc
64
class
WebContentsAudioMuter
::MuteDestination
117
WebContentsAudioMuter
::
WebContentsAudioMuter
(WebContents* web_contents)
122
WebContentsAudioMuter
::~
WebContentsAudioMuter
() {
127
void
WebContentsAudioMuter
::StartMuting() {
140
void
WebContentsAudioMuter
::StopMuting() {
/external/chromium_org/content/browser/web_contents/
web_contents_impl.h
68
class
WebContentsAudioMuter
;
[
all
...]
web_contents_impl.cc
[
all
...]
Completed in 6308 milliseconds