Searched refs:DeregisterExternalHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h83 virtual void DeregisterExternalHandler(const std::string& protocol);
H A Dprotocol_handler_registry.cc272 void ProtocolHandlerRegistry::Delegate::DeregisterExternalHandler( function in class:ProtocolHandlerRegistry::Delegate
640 delegate_->DeregisterExternalHandler(handler.protocol());
692 delegate_->DeregisterExternalHandler(p->first);
H A Dprotocol_handler_registry_unittest.cc134 virtual void DeregisterExternalHandler(const std::string& protocol) OVERRIDE {

Completed in 99 milliseconds