Searched defs:Deny (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/base/
H A Dx509_cert_types.cc82 void CertPolicy::Deny(X509Certificate* cert) { function in class:net::CertPolicy
/external/chromium_org/net/cert/
H A Dx509_cert_types.cc95 void CertPolicy::Deny(X509Certificate* cert, CertStatus error) { function in class:net::CertPolicy
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_devices_controller.cc118 Deny(false);
122 // Deny the request if the security origin is empty, this happens with
125 Deny(false);
129 // Deny the request if there is no device attached to the OS.
131 Deny(false);
144 Deny(false);
150 Deny(false);
264 void MediaStreamDevicesController::Deny(bool update_content_setting) { function in class:MediaStreamDevicesController

Completed in 108 milliseconds