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

  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_view.h 28 virtual void Deny() = 0;
permission_bubble_manager.h 82 virtual void Deny() OVERRIDE;
permission_bubble_manager.cc 287 void PermissionBubbleManager::Deny() {
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permissions_bubble_view.h 35 void Deny();
permissions_bubble_view.cc 311 // No customization: lay out the Deny/Allow buttons.
396 owner_->Deny();
479 void PermissionBubbleViewViews::Deny() {
481 delegate_->Deny();
  /external/chromium_org/chrome/browser/media/
media_stream_infobar_delegate.cc 49 // Deny the request if there is no place to show the infobar, e.g. when
51 controller->Deny(false, content::MEDIA_DEVICE_INVALID_STATE);
78 // Deny the request if the infobar was closed with the 'x' button, since
82 controller_->Deny(false, content::MEDIA_DEVICE_PERMISSION_DISMISSED);
132 controller_->Deny(true, content::MEDIA_DEVICE_PERMISSION_DENIED);
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...]
media_stream_devices_controller.h 72 void Deny(bool update_content_setting,
106 // the users deny the request or allow the request for https sites.
chrome_media_stream_infobar_browsertest.cc 64 // The deny setting is sticky.
77 controller->Deny(true, result);
98 // Dummy callback for when we deny the current request directly.
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf 80 Order allow,deny
81 Deny from all
httpd.conf 348 Order allow,deny
370 Order allow,deny
371 Deny from all
380 Order allow,deny
381 Deny from all
386 Order allow,deny
387 Deny from all
690 # Order deny,allow
691 # Deny from all
httpd2_mac.conf 50 Order allow,deny
59 Order allow,deny
60 Deny from all
64 Order allow,deny
65 Deny from all
httpd2.conf 101 Order allow,deny
110 Order allow,deny
111 Deny from all
115 Order allow,deny
116 Deny from all
  /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/download/
download_request_limiter_unittest.cc 215 delegate_->Deny();
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy_unittest.cc 90 TEST_F(MediaStreamUIProxyTest, Deny) {
  /external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc 155 IN_PROC_BROWSER_TEST_F(PPAPIBrokerInfoBarTest, Deny) {
156 // Canceling the infobar should deny permission to access the PPAPI broker.
    [all...]

Completed in 259 milliseconds