HomeSort by relevance Sort by last modified time
    Searched defs:Deny (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
x509_cert_types.cc 82 void CertPolicy::Deny(X509Certificate* cert) {
  /external/chromium_org/net/cert/
x509_cert_types.cc 95 void CertPolicy::Deny(X509Certificate* cert, CertStatus error) {
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.cc 118 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);
141 // Filter any parts of the request that have been blocked by default and deny
144 Deny(false);
150 Deny(false);
264 void MediaStreamDevicesController::Deny(bool update_content_setting) {

Completed in 1159 milliseconds