GetHandlersFor    184 chrome/browser/custom_handlers/protocol_handler_registry.h   ProtocolHandlerList GetHandlersFor(const std::string& scheme) const;
GetHandlersFor     77 chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc   ASSERT_EQ(1u, registry->GetHandlersFor(url.scheme()).size());
GetHandlersFor    659 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc       registry()->GetHandlersFor("test");
GetHandlersFor    672 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   registry()->GetHandlersFor("test");
GetHandlersFor    680 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   registry()->GetHandlersFor("test");
GetHandlersFor    779 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_EQ(static_cast<size_t>(1), registry()->GetHandlersFor("do").size());
GetHandlersFor    781 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_EQ(static_cast<size_t>(1), registry()->GetHandlersFor("dont").size());
GetHandlersFor    834 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc       registry()->GetHandlersFor("mailto");
GetHandlersFor   1916 chrome/browser/renderer_context_menu/render_view_context_menu.cc       protocol_handler_registry_->GetHandlersFor(params_.link_url.scheme());
GetHandlersFor    116 chrome/browser/ui/webui/options/handler_options_handler.cc   GetHandlersAsListValue(registry->GetHandlersFor(protocol), handlers_list);