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

  /external/chromium_org/content/browser/media/
webrtc_internals.h 91 void EnableAecDump(content::WebContents* web_contents);
webrtc_internals_message_handler.cc 55 WebRTCInternals::GetInstance()->EnableAecDump(web_ui()->GetWebContents());
webrtc_internals.cc 235 void WebRTCInternals::EnableAecDump(content::WebContents* web_contents) {
366 i.GetCurrentValue()->EnableAecDump(aec_dump_file_path_);
  /external/chromium_org/content/public/browser/
render_process_host.h 196 virtual void EnableAecDump(const base::FilePath& file) = 0;
  /external/chromium_org/content/public/test/
mock_render_process_host.h 73 virtual void EnableAecDump(const base::FilePath& file) OVERRIDE;
mock_render_process_host.cc 230 void MockRenderProcessHost::EnableAecDump(const base::FilePath& file) {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 129 virtual void EnableAecDump(const base::FilePath& file) OVERRIDE;
render_process_host_impl.cc     [all...]

Completed in 188 milliseconds