HomeSort by relevance Sort by last modified time
    Searched defs:Redirect (Results 1 - 6 of 6) sorted by null

  /development/tools/axl/
axl.py 102 class Redirect(BaseProtocol):
173 """Redirect back to same resource"""
243 Redirect, DataDrop, DropOnce, NoCR, PipeDrop, RedirectLoop, ReadAll, \
  /external/chromium/webkit/glue/media/
buffered_resource_loader_unittest.cc 180 void Redirect(const char* url) {
510 // Make sure no redirect case works as expected.
517 // Test redirect to the same domain.
520 Redirect(kHttpRedirectToSameDomainUrl1);
525 // Test redirect twice to the same domain.
528 Redirect(kHttpRedirectToSameDomainUrl1);
529 Redirect(kHttpRedirectToSameDomainUrl2);
534 // Test redirect to a different domain.
537 Redirect(kHttpRedirectToDifferentDomainUrl1);
541 // Test redirect to the same domain and then to a different domain
    [all...]
simple_data_source_unittest.cc 115 void Redirect(const char* url) {
233 // Make sure no redirect case works as expected.
240 // Test redirect to the same domain.
243 Redirect(kHttpRedirectToSameDomainUrl1);
248 // Test redirect twice to the same domain.
251 Redirect(kHttpRedirectToSameDomainUrl1);
252 Redirect(kHttpRedirectToSameDomainUrl2);
257 // Test redirect to a different domain.
260 Redirect(kHttpRedirectToDifferentDomainUrl1);
265 // Test redirect to the same domain and then to a different domain
    [all...]
  /external/chromium/net/url_request/
url_request.cc 588 int URLRequest::Redirect(const GURL& location, int http_status_code) {
596 DVLOG(1) << "disallowing redirect: exceeds limit";
604 DVLOG(1) << "disallowing redirect: unsafe protocol";
611 // following a 302 redirect, normal browsers don't do that. Instead, they
  /external/v8/src/
assembler.h 698 static void* Redirect(Isolate* isolate,
709 static void* Redirect(Isolate* isolate,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 691 milliseconds