Searched refs:IsSafeRedirectTarget (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/net/url_request/
H A Durl_request_job_factory.cc11 bool URLRequestJobFactory::ProtocolHandler::IsSafeRedirectTarget( function in class:net::URLRequestJobFactory::ProtocolHandler
H A Ddata_protocol_handler.cc19 bool DataProtocolHandler::IsSafeRedirectTarget(const GURL& location) const { function in class:net::DataProtocolHandler
H A Ddata_protocol_handler.h23 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
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.h39 virtual bool IsSafeRedirectTarget(const GURL& location) const;
54 virtual bool IsSafeRedirectTarget(const GURL& location) const = 0;
H A Dfile_protocol_handler.cc53 bool FileProtocolHandler::IsSafeRedirectTarget(const GURL& location) const { function in class:net::FileProtocolHandler
H A Dfile_protocol_handler.h34 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
H A Durl_request_intercepting_job_factory.h47 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
H A Durl_request_job_factory_impl.h38 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
H A Durl_request_job_factory_impl.cc81 bool URLRequestJobFactoryImpl::IsSafeRedirectTarget( function in class:net::URLRequestJobFactoryImpl
94 return it->second->IsSafeRedirectTarget(location);
H A Durl_request_file_job_unittest.cc93 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE {
H A Durl_request_http_job.cc1074 request_->context()->job_factory()->IsSafeRedirectTarget(location);
/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
H A Dabout_protocol_handler.h21 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
/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);
H A Daw_url_request_job_factory.h38 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h121 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
H A Dprotocol_handler_registry.cc208 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsSafeRedirectTarget( function in class:ProtocolHandlerRegistry::JobInterceptorFactory
211 return job_factory_->IsSafeRedirectTarget(location);
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job_unittest.cc74 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE {
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_dir_url_request_job_unittest.cc99 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE {
H A Dfile_system_url_request_job_unittest.cc108 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE {
H A Dfile_writer_delegate_unittest.cc234 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE {
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc480 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE {
/external/chromium_org/content/browser/appcache/
H A Dappcache_request_handler_unittest.cc159 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE {
H A Dappcache_url_request_job_unittest.cc85 virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE {

Completed in 5018 milliseconds

12