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 146 Deny(false);
150 // Deny the request if the security origin is empty, this happens with
153 Deny(false);
157 // Deny the request if there is no device attached to the OS.
159 Deny(false);
169 // Filter any parts of the request that have been blocked by default and deny
172 Deny(false);
178 Deny(false);
194 Deny(false);
327 void MediaStreamDevicesController::Deny(bool update_content_setting)
    [all...]

Completed in 3204 milliseconds