Searched defs:IsSafeRedirectTarget (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dabout_protocol_handler.cc19 bool AboutProtocolHandler::IsSafeRedirectTarget(const GURL& location) const { function in class:chrome_browser_net::AboutProtocolHandler
/external/chromium_org/net/url_request/
H A Ddata_protocol_handler.cc19 bool DataProtocolHandler::IsSafeRedirectTarget(const GURL& location) const { function in class:net::DataProtocolHandler
H A Durl_request_job_factory.cc11 bool URLRequestJobFactory::ProtocolHandler::IsSafeRedirectTarget( function in class:net::URLRequestJobFactory::ProtocolHandler
H A Dfile_protocol_handler.cc53 bool FileProtocolHandler::IsSafeRedirectTarget(const GURL& location) const { function in class:net::FileProtocolHandler
H A Durl_request_intercepting_job_factory.cc44 bool URLRequestInterceptingJobFactory::IsSafeRedirectTarget( function in class:net::URLRequestInterceptingJobFactory
46 return job_factory_->IsSafeRedirectTarget(location);
H A Durl_request_job_factory_impl.cc81 bool URLRequestJobFactoryImpl::IsSafeRedirectTarget( function in class:net::URLRequestJobFactoryImpl
94 return it->second->IsSafeRedirectTarget(location);
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_job_factory.cc66 bool AwURLRequestJobFactory::IsSafeRedirectTarget(const GURL& location) const { function in class:android_webview::AwURLRequestJobFactory
67 return next_factory_->IsSafeRedirectTarget(location);
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc208 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsSafeRedirectTarget( function in class:ProtocolHandlerRegistry::JobInterceptorFactory
211 return job_factory_->IsSafeRedirectTarget(location);

Completed in 204 milliseconds