Searched refs:OnDenyRegisterProtocolHandler (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h37 void OnDenyRegisterProtocolHandler(ProtocolHandler* handler);
H A Dregister_protocol_handler_infobar_delegate.cc64 registry_->OnDenyRegisterProtocolHandler(handler_);
H A Dprotocol_handler_registry.cc125 void ProtocolHandlerRegistry::OnDenyRegisterProtocolHandler( function in class:ProtocolHandlerRegistry
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h153 void OnDenyRegisterProtocolHandler(const ProtocolHandler& handler);
H A Dprotocol_handler_registry_unittest.cc421 registry()->OnDenyRegisterProtocolHandler(test_protocol_handler());
557 registry()->OnDenyRegisterProtocolHandler(ph1);
558 registry()->OnDenyRegisterProtocolHandler(ph2);
743 registry()->OnDenyRegisterProtocolHandler(ph_dont);
H A Dprotocol_handler_registry.cc344 void ProtocolHandlerRegistry::OnDenyRegisterProtocolHandler( function in class:ProtocolHandlerRegistry
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.cc1108 registry_->OnDenyRegisterProtocolHandler(pending_handler_);

Completed in 46 milliseconds