OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSafeRedirect
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/url_request/
url_request_http_job.h
79
virtual bool
IsSafeRedirect
(const GURL& location);
url_request_job.h
136
virtual bool
IsSafeRedirect
(const GURL& location);
url_request.cc
599
if (!job_->
IsSafeRedirect
(location)) {
url_request_job.cc
134
bool URLRequestJob::
IsSafeRedirect
(const GURL& location) {
url_request_http_job.cc
889
bool URLRequestHttpJob::
IsSafeRedirect
(const GURL& location) {
[
all
...]
Completed in 164 milliseconds