Searched refs:EnableAecDump (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_message_handler.cc55 WebRTCInternals::GetInstance()->EnableAecDump(web_ui()->GetWebContents());
H A Dwebrtc_internals.h91 void EnableAecDump(content::WebContents* web_contents);
H A Dwebrtc_internals.cc235 void WebRTCInternals::EnableAecDump(content::WebContents* web_contents) { function in class:content::WebRTCInternals
366 i.GetCurrentValue()->EnableAecDump(aec_dump_file_path_);
/external/chromium_org/content/public/browser/
H A Drender_process_host.h196 virtual void EnableAecDump(const base::FilePath& file) = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.h73 virtual void EnableAecDump(const base::FilePath& file) OVERRIDE;
H A Dmock_render_process_host.cc230 void MockRenderProcessHost::EnableAecDump(const base::FilePath& file) { function in class:content::MockRenderProcessHost
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h129 virtual void EnableAecDump(const base::FilePath& file) OVERRIDE;
H A Drender_process_host_impl.cc1549 void RenderProcessHostImpl::EnableAecDump(const base::FilePath& file) { function in class:content::RenderProcessHostImpl
2119 EnableAecDump(WebRTCInternals::GetInstance()->aec_dump_file_path());

Completed in 590 milliseconds