HomeSort by relevance Sort by last modified time
    Searched defs:IsHandledProtocol (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.cc 25 bool AwURLRequestJobFactory::IsHandledProtocol(
52 // NOTE(joth): See the assumption in IsHandledProtocol above.
53 if (net::URLRequest::IsHandledProtocol(scheme))
  /external/chromium_org/net/url_request/
url_request_intercepting_job_factory.cc 35 bool URLRequestInterceptingJobFactory::IsHandledProtocol(
37 return job_factory_->IsHandledProtocol(scheme);
url_request_job_factory_impl.cc 66 bool URLRequestJobFactoryImpl::IsHandledProtocol(
78 return IsHandledProtocol(url.scheme());
url_request.cc 481 bool URLRequest::IsHandledProtocol(const std::string& scheme) {
492 return IsHandledProtocol(url.scheme());
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 76 bool IsHandledProtocol(const std::string& scheme) const;
116 bool ProtocolHandlerRegistry::IOThreadDelegate::IsHandledProtocol(
193 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsHandledProtocol(
196 return io_thread_delegate_->IsHandledProtocol(scheme) ||
197 job_factory_->IsHandledProtocol(scheme);
204 io_thread_delegate_->IsHandledProtocol(url.scheme())) ||
280 return ProfileIOData::IsHandledProtocol(protocol);
605 bool ProtocolHandlerRegistry::IsHandledProtocol(
639 if (erase_success && !IsHandledProtocol(handler.protocol())) {
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 685 bool ProfileIOData::IsHandledProtocol(const std::string& scheme) {
712 return net::URLRequest::IsHandledProtocol(scheme);
722 return IsHandledProtocol(url.scheme());
    [all...]

Completed in 66 milliseconds