Home
last modified time | relevance | path

Searched refs:AllowMicAccess (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/public/test/
Dmock_resource_context.cc33 bool MockResourceContext::AllowMicAccess(const GURL& origin) { in AllowMicAccess() function in content::MockResourceContext
Dmock_resource_context.h31 virtual bool AllowMicAccess(const GURL& origin) OVERRIDE;
/external/chromium_org/android_webview/browser/
Daw_resource_context.h31 virtual bool AllowMicAccess(const GURL& origin) OVERRIDE;
Daw_resource_context.cc51 bool AwResourceContext::AllowMicAccess(const GURL& origin) { in AllowMicAccess() function in android_webview::AwResourceContext
/external/chromium_org/content/public/browser/
Dresource_context.h64 virtual bool AllowMicAccess(const GURL& origin) = 0;
/external/chromium_org/content/browser/renderer_host/media/
Ddevice_request_message_filter.cc98 if (!resource_context_->AllowMicAccess(request_it->origin)) in DevicesEnumerated()
/external/chromium_org/content/shell/browser/
Dshell_browser_context.cc46 virtual bool AllowMicAccess(const GURL& origin) OVERRIDE { in AllowMicAccess() function in content::ShellBrowserContext::ShellResourceContext
/external/chromium_org/content/test/
Dwebrtc_audio_device_test.cc169 virtual bool AllowMicAccess(const GURL& origin) OVERRIDE { in AllowMicAccess() function in content::MockRTCResourceContext
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.h384 virtual bool AllowMicAccess(const GURL& origin) OVERRIDE;
Dprofile_io_data.cc904 bool ProfileIOData::ResourceContext::AllowMicAccess(const GURL& origin) { in AllowMicAccess() function in ProfileIOData::ResourceContext
/external/chromium_org/content/browser/loader/
Dresource_scheduler_unittest.cc93 virtual bool AllowMicAccess(const GURL& origin) OVERRIDE { return false; } in AllowMicAccess() function in content::__anon839ffeb10111::FakeResourceContext