IsHandledProtocol   53 android_webview/browser/net/aw_url_request_job_factory.cc   if (net::URLRequest::IsHandledProtocol(scheme))
IsHandledProtocol   36 android_webview/browser/net/aw_url_request_job_factory.h   virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
IsHandledProtocol  189 chrome/browser/autocomplete/autocomplete_input.cc     if (ProfileIOData::IsHandledProtocol(base::UTF16ToASCII(parsed_scheme)) ||
IsHandledProtocol   61 chrome/browser/chromeos/drive/drive_url_request_job_unittest.cc     return url.is_valid() && IsHandledProtocol(url.scheme());
IsHandledProtocol   77 chrome/browser/custom_handlers/protocol_handler_registry.cc   bool IsHandledProtocol(const std::string& scheme) const;
IsHandledProtocol  197 chrome/browser/custom_handlers/protocol_handler_registry.cc   return io_thread_delegate_->IsHandledProtocol(scheme) ||
IsHandledProtocol  198 chrome/browser/custom_handlers/protocol_handler_registry.cc       job_factory_->IsHandledProtocol(scheme);
IsHandledProtocol  205 chrome/browser/custom_handlers/protocol_handler_registry.cc       io_thread_delegate_->IsHandledProtocol(url.scheme())) ||
IsHandledProtocol  281 chrome/browser/custom_handlers/protocol_handler_registry.cc   return ProfileIOData::IsHandledProtocol(protocol);
IsHandledProtocol  639 chrome/browser/custom_handlers/protocol_handler_registry.cc   if (!IsHandledProtocol(handler.protocol())) {
IsHandledProtocol  115 chrome/browser/custom_handlers/protocol_handler_registry.h     virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
IsHandledProtocol  213 chrome/browser/custom_handlers/protocol_handler_registry.h   bool IsHandledProtocol(const std::string& scheme) const;
IsHandledProtocol   61 chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc     ASSERT_TRUE(registry->IsHandledProtocol(protocol));
IsHandledProtocol   88 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_EQ(expected, interceptor->IsHandledProtocol(scheme));
IsHandledProtocol  414 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  416 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  422 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  424 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  430 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  474 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  478 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  527 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  581 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  681 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  725 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  727 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("test"));
IsHandledProtocol  770 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("do"));
IsHandledProtocol  771 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("dont"));
IsHandledProtocol  778 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(registry()->IsHandledProtocol("do"));
IsHandledProtocol  780 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(registry()->IsHandledProtocol("dont"));
IsHandledProtocol  634 chrome/browser/profiles/profile_io_data.cc   return net::URLRequest::IsHandledProtocol(scheme);
IsHandledProtocol  644 chrome/browser/profiles/profile_io_data.cc   return IsHandledProtocol(url.scheme());
IsHandledProtocol   77 chrome/browser/profiles/profile_io_data.h   static bool IsHandledProtocol(const std::string& scheme);
IsHandledProtocol 1218 chrome/browser/renderer_context_menu/render_view_context_menu.cc           ProfileIOData::IsHandledProtocol(params_.link_url.scheme());
IsHandledProtocol 1229 chrome/browser/renderer_context_menu/render_view_context_menu.cc           ProfileIOData::IsHandledProtocol(params_.src_url.scheme());
IsHandledProtocol 1279 chrome/browser/renderer_context_menu/render_view_context_menu.cc           url.is_valid() && ProfileIOData::IsHandledProtocol(url.scheme());
IsHandledProtocol  797 chrome/browser/ui/startup/startup_browser_creator_impl.cc         (registry && registry->IsHandledProtocol(tabs[i].url.scheme()));
IsHandledProtocol   35 net/url_request/protocol_intercept_job_factory.cc   return job_factory_->IsHandledProtocol(scheme);
IsHandledProtocol   38 net/url_request/protocol_intercept_job_factory.h   virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
IsHandledProtocol  576 net/url_request/url_request.cc   return IsHandledProtocol(url.scheme());
IsHandledProtocol  323 net/url_request/url_request.h   static bool IsHandledProtocol(const std::string& scheme);
IsHandledProtocol   50 net/url_request/url_request_job_factory.h   virtual bool IsHandledProtocol(const std::string& scheme) const = 0;
IsHandledProtocol   64 net/url_request/url_request_job_factory_impl.cc   return IsHandledProtocol(url.scheme());
IsHandledProtocol   34 net/url_request/url_request_job_factory_impl.h   virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
IsHandledProtocol   62 net/url_request/url_request_job_manager.cc     if (!job_factory->IsHandledProtocol(scheme)) {
IsHandledProtocol  141 net/url_request/url_request_job_manager.cc     if (!job_factory->IsHandledProtocol(scheme)) {
IsHandledProtocol  173 net/url_request/url_request_job_manager.cc     if (!job_factory->IsHandledProtocol(scheme)) {