Home
last modified time | relevance | path

Searched refs:IsSchemeSecure (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media/
Dmedia_stream_devices_controller.h101 bool IsSchemeSecure() const;
Dmedia_stream_devices_controller.cc309 if ((IsSchemeSecure() && !devices.empty()) || in Accept()
411 if (!IsSchemeSecure() && in IsRequestAllowedByDefault()
472 bool MediaStreamDevicesController::IsSchemeSecure() const { in IsSchemeSecure() function in MediaStreamDevicesController