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

  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector.py 18 def Redirect(self, host, path):
40 redirect = rules.get(filename)
41 if redirect is None:
43 if (redirect.startswith('/') or
44 urlsplit(redirect).scheme in ('http', 'https')):
45 return redirect
47 return posixpath.normpath('/' + posixpath.join(dirname, redirect))
50 ''' Redirect paths from the old code.google.com to the new
servlet.py 67 def Redirect(url, permanent=False):
68 '''Returns a redirect (301 or 302) response.
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller_unittest.cc 115 void Redirect() {
210 Redirect();
  /external/chromium_org/content/renderer/media/android/
media_info_loader_unittest.cc 76 void Redirect(const char* url) {
134 // Make sure no redirect case works as expected.
142 // Test redirect to the same domain.
145 Redirect(kHttpRedirectToSameDomainUrl1);
151 // Test redirect twice to the same domain.
154 Redirect(kHttpRedirectToSameDomainUrl1);
155 Redirect(kHttpRedirectToSameDomainUrl2);
161 // Test redirect to a different domain.
164 Redirect(kHttpRedirectToDifferentDomainUrl1);
170 // Test redirect to the same domain and then to a different domain
    [all...]
  /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_org/content/renderer/media/
buffered_resource_loader_unittest.cc 191 void Redirect(const char* url) {
960 // Make sure no redirect case works as expected.
967 // Test redirect to the same domain.
970 Redirect(kHttpRedirectToSameDomainUrl1);
975 // Test redirect twice to the same domain.
978 Redirect(kHttpRedirectToSameDomainUrl1);
979 Redirect(kHttpRedirectToSameDomainUrl2);
984 // Test redirect to a different domain.
987 Redirect(kHttpRedirectToDifferentDomainUrl1);
992 // 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/chromium_org/net/url_request/
url_request.cc 839 int URLRequest::Redirect(const GURL& location, int http_status_code) {
850 DVLOG(1) << "disallowing redirect: exceeds limit";
858 DVLOG(1) << "disallowing redirect: unsafe protocol";
    [all...]
  /external/chromium_org/v8/src/
assembler.h 885 static void* Redirect(Isolate* isolate,
    [all...]
  /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 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 642 milliseconds