HomeSort by relevance Sort by last modified time
    Searched refs:Redirect (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector_test.py 54 self._redirector.Redirect(HOST, 'index.html'))
57 self._redirector.Redirect(HOST, 'extensions/manifest/more-info'))
62 self._redirector.Redirect(HOST, 'apps/index.html'))
64 '/index.html', self._redirector.Redirect(HOST, ''))
66 '/index.html', self._redirector.Redirect(HOST, 'home'))
71 self._redirector.Redirect(HOST, 'extensions/manifest/'))
74 self._redirector.Redirect(HOST, 'extensions/manifest'))
76 '/index.html', self._redirector.Redirect(HOST, 'apps/'))
80 None, self._redirector.Redirect(HOST, 'not/a/real/path'))
82 None, self._redirector.Redirect(HOST, 'public/apps/okay.html')
    [all...]
render_servlet.py 42 redirect = server_instance.redirector.Redirect(self._request.host, path)
43 if redirect is not None:
44 return Response.Redirect(redirect)
47 redirect = canonical_result.path.lstrip('/')
48 if path != redirect:
49 return Response.Redirect('/' + redirect,
render_servlet_test.py 22 Response.Redirect('/extensions/storage.html', permanent=False),
28 Response.Redirect('/extensions/storage.html', permanent=True),
patch_servlet.py 83 return Response.Redirect(
106 response = Response.Redirect('/_patch/%s%s' % (issue, redirect_url),
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/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...]
  /external/chromium/webkit/glue/media/
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...]
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...]
  /external/v8/src/
assembler.cc 730 : address_(Redirect(isolate, Builtins::c_function_address(id))) {}
737 : address_(Redirect(isolate, fun->address(), type)) {}
746 : address_(Redirect(isolate, Runtime::FunctionForId(id)->entry)) {}
751 : address_(Redirect(isolate, f->entry)) {}
761 : address_(Redirect(isolate, ic_utility.address())) {}
783 return ExternalReference(Redirect(
791 return ExternalReference(Redirect(
799 return ExternalReference(Redirect(
806 return ExternalReference(Redirect(isolate, FUNCTION_ADDR(CPU::FlushICache)));
812 ExternalReference(Redirect(isolate, FUNCTION_ADDR(Runtime::PerformGC)))
    [all...]
assembler.h 698 static void* Redirect(Isolate* isolate,
709 static void* Redirect(Isolate* isolate,
  /external/chromium_org/content/browser/
bookmarklet_browsertest.cc 33 IN_PROC_BROWSER_TEST_F(BookmarkletTest, Redirect) {
44 // This test should be redundant with the Redirect test above. The point
  /external/chromium_org/v8/src/
assembler.cc 950 : address_(Redirect(isolate, Builtins::c_function_address(id))) {}
957 : address_(Redirect(isolate, fun->address(), type)) {}
966 : address_(Redirect(isolate, Runtime::FunctionForId(id)->entry)) {}
971 : address_(Redirect(isolate, f->entry)) {}
981 : address_(Redirect(isolate, ic_utility.address())) {}
1003 return ExternalReference(Redirect(
    [all...]
assembler.h 885 static void* Redirect(Isolate* isolate,
    [all...]
  /external/chromium/webkit/glue/
bookmarklet_unittest.cc 25 TEST_F(BookmarkletTest, Redirect) {
34 // This test should be redundant with the Redirect test above. The point
  /external/chromium_org/chrome/browser/
do_not_track_browsertest.cc 39 IN_PROC_BROWSER_TEST_F(DoNotTrackTest, Redirect) {
47 std::string("server-redirect?") + final_url.spec());
referrer_policy_browsertest.cc 110 // redirect: True if the link target should first do a server
111 // redirect before evaluating the passed referrer.
122 bool redirect,
135 "&redirect=" + (redirect ? "true" : "false") +
277 // Content initiated navigation, from HTTP to HTTP via server redirect.
278 IN_PROC_BROWSER_TEST_F(ReferrerPolicyTest, Redirect) {
284 // Content initiated navigation, from HTTPS to HTTP via server redirect.
291 // User initiated navigation, from HTTP to HTTP via server redirect.
298 // User initiated navigation, from HTTPS to HTTP via server redirect
    [all...]
  /external/chromium_org/jingle/notifier/communicator/
login_settings_unittest.cc 44 TEST_F(LoginSettingsTest, Redirect) {
51 net::HostPortPair("redirect.com", 200),
single_login_attempt_unittest.cc 164 // Fire a redirect and make sure the delegate gets the proper redirect
166 TEST_F(SingleLoginAttemptTest, Redirect) {
179 // Fire a redirect with the host only and make sure the delegate gets
180 // the proper redirect server info with the default XMPP port.
194 // Fire a redirect with a zero port and make sure the delegate gets
195 // the proper redirect server info with the default XMPP port.
209 // Fire a redirect with an invalid port and make sure the delegate
210 // gets the proper redirect server info with the default XMPP port.
224 // Fire an empty redirect and make sure the delegate does not get
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller_unittest.cc 115 void Redirect() {
210 Redirect();
  /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_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.h 98 // Called after having received a redirect response, but prior to the
99 // the request delegate being informed of the redirect. Can return a new
102 // the delegate never sees the original redirect response, instead the
145 // Called upon a server-initiated redirect. The delegate may call the
146 // request's Cancel method to prevent the redirect from being followed.
148 // than one redirect call.
151 // original URL, the destination of the redirect is provided in 'new_url'.
153 // false, then the redirect will be followed, and the request's URL will be
155 // request and |*defer_redirect| is true, then the redirect will be
160 // deferring redirect
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkRequest.js 76 Redirect: "redirect",
902 type = WebInspector.NetworkRequest.InitiatorType.Redirect;

Completed in 317 milliseconds

1 2