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

  /external/chromium_org/chrome/browser/net/
about_protocol_handler.cc 19 bool AboutProtocolHandler::IsSafeRedirectTarget(const GURL& location) const {
  /external/chromium_org/net/url_request/
data_protocol_handler.cc 19 bool DataProtocolHandler::IsSafeRedirectTarget(const GURL& location) const {
url_request_job_factory.cc 11 bool URLRequestJobFactory::ProtocolHandler::IsSafeRedirectTarget(
file_protocol_handler.cc 53 bool FileProtocolHandler::IsSafeRedirectTarget(const GURL& location) const {
url_request_intercepting_job_factory.cc 44 bool URLRequestInterceptingJobFactory::IsSafeRedirectTarget(
46 return job_factory_->IsSafeRedirectTarget(location);
url_request_job_factory_impl.cc 81 bool URLRequestJobFactoryImpl::IsSafeRedirectTarget(
94 return it->second->IsSafeRedirectTarget(location);
  /external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.cc 66 bool AwURLRequestJobFactory::IsSafeRedirectTarget(const GURL& location) const {
67 return next_factory_->IsSafeRedirectTarget(location);
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 208 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsSafeRedirectTarget(
211 return job_factory_->IsSafeRedirectTarget(location);
    [all...]

Completed in 1521 milliseconds