Home | History | Annotate | Download | only in android

Lines Matching refs:Redirect

77   void Redirect(const char* url) {
144 // Make sure no redirect case works as expected.
152 // Test redirect to the same domain.
155 Redirect(kHttpRedirectToSameDomainUrl1);
161 // Test redirect twice to the same domain.
164 Redirect(kHttpRedirectToSameDomainUrl1);
165 Redirect(kHttpRedirectToSameDomainUrl2);
171 // Test redirect to a different domain.
174 Redirect(kHttpRedirectToDifferentDomainUrl1);
180 // Test redirect to the same domain and then to a different domain.
183 Redirect(kHttpRedirectToSameDomainUrl1);
184 Redirect(kHttpRedirectToDifferentDomainUrl1);