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

  /external/chromium_org/android_webview/native/permission/
permission_request_handler_unittest.cc 89 void Deny() {
208 // Simulate the deny request.
209 client()->Deny();
332 client()->Deny();
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_manager.cc 287 void PermissionBubbleManager::Deny() {
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.cc 183 Deny(false, content::MEDIA_DEVICE_INVALID_STATE);
187 // Deny the request if the security origin is empty, this happens with
190 Deny(false, content::MEDIA_DEVICE_INVALID_SECURITY_ORIGIN);
194 // Deny the request if there is no device attached to the OS of the
198 Deny(false, content::MEDIA_DEVICE_NO_HARDWARE);
208 // Filter any parts of the request that have been blocked by default and deny
211 Deny(false, content::MEDIA_DEVICE_PERMISSION_DENIED);
217 Deny(false, content::MEDIA_DEVICE_PERMISSION_DENIED);
365 void MediaStreamDevicesController::Deny(
368 DLOG(WARNING) << "MediaStreamDevicesController::Deny: " << result
    [all...]
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permissions_bubble_view.cc 311 // No customization: lay out the Deny/Allow buttons.
396 owner_->Deny();
479 void PermissionBubbleViewViews::Deny() {
481 delegate_->Deny();

Completed in 7842 milliseconds