Home
last modified time | relevance | path

Searched refs:IsHandledProtocol (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry_unittest.cc70 virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE { in IsHandledProtocol() function in __anonacb7ce690111::FakeURLRequestJobFactory
88 ASSERT_EQ(expected, interceptor->IsHandledProtocol(scheme)); in AssertWillHandleIO()
414 ASSERT_FALSE(registry()->IsHandledProtocol("test")); in TEST_F()
416 ASSERT_TRUE(registry()->IsHandledProtocol("test")); in TEST_F()
422 ASSERT_FALSE(registry()->IsHandledProtocol("test")); in TEST_F()
424 ASSERT_TRUE(registry()->IsHandledProtocol("test")); in TEST_F()
430 ASSERT_FALSE(registry()->IsHandledProtocol("test")); in TEST_F()
474 ASSERT_TRUE(registry()->IsHandledProtocol("test")); in TEST_F()
478 ASSERT_TRUE(registry()->IsHandledProtocol("test")); in TEST_F()
527 ASSERT_TRUE(registry()->IsHandledProtocol("test")); in TEST_F()
[all …]
Dprotocol_handler_registry.cc77 bool IsHandledProtocol(const std::string& scheme) const;
117 bool ProtocolHandlerRegistry::IOThreadDelegate::IsHandledProtocol( in IsHandledProtocol() function in ProtocolHandlerRegistry::IOThreadDelegate
193 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsHandledProtocol( in IsHandledProtocol() function in ProtocolHandlerRegistry::JobInterceptorFactory
196 return io_thread_delegate_->IsHandledProtocol(scheme) || in IsHandledProtocol()
197 job_factory_->IsHandledProtocol(scheme); in IsHandledProtocol()
204 io_thread_delegate_->IsHandledProtocol(url.scheme())) || in IsHandledURL()
280 return ProfileIOData::IsHandledProtocol(protocol); in IsExternalHandlerRegistered()
607 bool ProtocolHandlerRegistry::IsHandledProtocol( in IsHandledProtocol() function in ProtocolHandlerRegistry
638 if (!IsHandledProtocol(handler.protocol())) { in RemoveHandler()
Dprotocol_handler_registry.h115 virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
213 bool IsHandledProtocol(const std::string& scheme) const;
Dprotocol_handler_registry_browsertest.cc83 ASSERT_TRUE(registry->IsHandledProtocol(protocol)); in AddProtocolHandler()
/external/chromium_org/net/url_request/
Dprotocol_intercept_job_factory.cc33 bool ProtocolInterceptJobFactory::IsHandledProtocol( in IsHandledProtocol() function in net::ProtocolInterceptJobFactory
35 return job_factory_->IsHandledProtocol(scheme); in IsHandledProtocol()
Durl_request_job_factory_impl.cc52 bool URLRequestJobFactoryImpl::IsHandledProtocol( in IsHandledProtocol() function in net::URLRequestJobFactoryImpl
64 return IsHandledProtocol(url.scheme()); in IsHandledURL()
Durl_request_job_manager.cc62 if (!job_factory->IsHandledProtocol(scheme)) { in CreateJob()
141 if (!job_factory->IsHandledProtocol(scheme)) { in MaybeInterceptRedirect()
173 if (!job_factory->IsHandledProtocol(scheme)) { in MaybeInterceptResponse()
Durl_request_job_factory_impl.h34 virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
Dprotocol_intercept_job_factory.h38 virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
Durl_request_job_factory.h50 virtual bool IsHandledProtocol(const std::string& scheme) const = 0; in NON_EXPORTED_BASE()
Durl_request.h321 static bool IsHandledProtocol(const std::string& scheme); in NON_EXPORTED_BASE()
Durl_request.cc532 bool URLRequest::IsHandledProtocol(const std::string& scheme) { in IsHandledProtocol() function in net::URLRequest
543 return IsHandledProtocol(url.scheme()); in IsHandledURL()
/external/chromium_org/android_webview/browser/net/
Daw_url_request_job_factory.cc25 bool AwURLRequestJobFactory::IsHandledProtocol( in IsHandledProtocol() function in android_webview::AwURLRequestJobFactory
53 if (net::URLRequest::IsHandledProtocol(scheme)) in MaybeCreateJobWithProtocolHandler()
Daw_url_request_job_factory.h36 virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_url_request_job_unittest.cc56 virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE { in IsHandledProtocol() function in drive::__anon8d761a2e0111::TestURLRequestJobFactory
61 return url.is_valid() && IsHandledProtocol(url.scheme()); in IsHandledURL()
/external/chromium/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc74 !net::URLRequest::IsHandledProtocol(scheme); in CanSchemeBeOverridden()
/external/chromium/net/url_request/
Durl_request.cc311 bool URLRequest::IsHandledProtocol(const std::string& scheme) { in IsHandledProtocol() function in net::URLRequest
322 return IsHandledProtocol(url.scheme()); in IsHandledURL()
Durl_request.h260 static bool IsHandledProtocol(const std::string& scheme);
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.cc657 bool ProfileIOData::IsHandledProtocol(const std::string& scheme) { in IsHandledProtocol() function in ProfileIOData
681 return net::URLRequest::IsHandledProtocol(scheme); in IsHandledProtocol()
691 return IsHandledProtocol(url.scheme()); in IsHandledURL()
Dprofile_io_data.h82 static bool IsHandledProtocol(const std::string& scheme);
/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_input.cc181 if (ProfileIOData::IsHandledProtocol(UTF16ToASCII(parsed_scheme))) in Parse()
/external/chromium_org/chrome/browser/tab_contents/
Drender_view_context_menu.cc1278 ProfileIOData::IsHandledProtocol(params_.link_url.scheme()); in IsCommandIdEnabled()
1289 ProfileIOData::IsHandledProtocol(params_.src_url.scheme()); in IsCommandIdEnabled()
1342 url.is_valid() && ProfileIOData::IsHandledProtocol(url.scheme()); in IsCommandIdEnabled()
/external/chromium_org/chrome/browser/ui/startup/
Dstartup_browser_creator_impl.cc840 (registry && registry->IsHandledProtocol(tabs[i].url.scheme())); in OpenTabsInBrowser()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc166 if (net::URLRequest::IsHandledProtocol(UTF16ToASCII(parsed_scheme))) in Parse()