IsExternalHandlerRegistered 537 chrome/browser/custom_handlers/protocol_handler_registry.cc return !delegate_->IsExternalHandlerRegistered(scheme); IsExternalHandlerRegistered 840 chrome/browser/custom_handlers/protocol_handler_registry.cc if (enabled_ && !delegate_->IsExternalHandlerRegistered(handler.protocol())) IsExternalHandlerRegistered 80 chrome/browser/custom_handlers/protocol_handler_registry.h virtual bool IsExternalHandlerRegistered(const std::string& protocol); IsExternalHandlerRegistered 435 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc ASSERT_FALSE(delegate()->IsExternalHandlerRegistered("test")); IsExternalHandlerRegistered 437 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc ASSERT_TRUE(delegate()->IsExternalHandlerRegistered("test")); IsExternalHandlerRegistered 440 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc ASSERT_FALSE(delegate()->IsExternalHandlerRegistered("test")); IsExternalHandlerRegistered 442 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc ASSERT_TRUE(delegate()->IsExternalHandlerRegistered("test"));