IsSafeRedirectTarget   67 android_webview/browser/net/aw_url_request_job_factory.cc   return next_factory_->IsSafeRedirectTarget(location);
IsSafeRedirectTarget   38 android_webview/browser/net/aw_url_request_job_factory.h   virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
IsSafeRedirectTarget  212 chrome/browser/custom_handlers/protocol_handler_registry.cc   return job_factory_->IsSafeRedirectTarget(location);
IsSafeRedirectTarget  117 chrome/browser/custom_handlers/protocol_handler_registry.h     virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
IsSafeRedirectTarget   21 chrome/browser/net/about_protocol_handler.h   virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
IsSafeRedirectTarget   23 net/url_request/data_protocol_handler.h   virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
IsSafeRedirectTarget   34 net/url_request/file_protocol_handler.h   virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
IsSafeRedirectTarget   44 net/url_request/protocol_intercept_job_factory.cc   return job_factory_->IsSafeRedirectTarget(location);
IsSafeRedirectTarget   40 net/url_request/protocol_intercept_job_factory.h   virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
IsSafeRedirectTarget 1062 net/url_request/url_request_http_job.cc       request_->context()->job_factory()->IsSafeRedirectTarget(location);
IsSafeRedirectTarget   39 net/url_request/url_request_job_factory.h     virtual bool IsSafeRedirectTarget(const GURL& location) const;
IsSafeRedirectTarget   54 net/url_request/url_request_job_factory.h   virtual bool IsSafeRedirectTarget(const GURL& location) const = 0;
IsSafeRedirectTarget   80 net/url_request/url_request_job_factory_impl.cc   return it->second->IsSafeRedirectTarget(location);
IsSafeRedirectTarget   36 net/url_request/url_request_job_factory_impl.h   virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE;
IsSafeRedirectTarget 5155 net/url_request/url_request_unittest.cc   EXPECT_FALSE(file_protocol_handler.IsSafeRedirectTarget(file_url));
IsSafeRedirectTarget 5157 net/url_request/url_request_unittest.cc   EXPECT_FALSE(data_protocol_handler.IsSafeRedirectTarget(data_url));
IsSafeRedirectTarget 5160 net/url_request/url_request_unittest.cc   EXPECT_FALSE(job_factory_.IsSafeRedirectTarget(file_url));
IsSafeRedirectTarget 5161 net/url_request/url_request_unittest.cc   EXPECT_FALSE(job_factory_.IsSafeRedirectTarget(data_url));