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

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector_test.py 148 self._redirector.Redirect(HOST, 'index.html'))
151 self._redirector.Redirect(HOST, 'extensions/manifest/more-info'))
155 '/index.html', self._redirector.Redirect(HOST, ''))
157 '/bar.html', self._redirector.Redirect(HOST, 'apps/foo.html'))
162 self._redirector.Redirect(HOST, 'apps/index.html'))
165 self._redirector.Redirect(HOST, 'extensions/manifest/'))
168 self._redirector.Redirect(HOST, 'extensions/manifest'))
170 'index.html', self._redirector.Redirect(HOST, 'apps/'))
172 'index.html', self._redirector.Redirect(HOST, 'home'))
176 None, self._redirector.Redirect(HOST, 'not/a/real/path')
    [all...]
render_servlet.py 49 # anymore. Redirect from the old state.
52 return Response.Redirect('/' + path, permanent=True)
82 are Ok and Redirect.
88 redirect = Redirector(
90 content_provider.file_system).Redirect(self._request.host, path)
91 if redirect is not None:
94 if not redirect.startswith(('/', 'http://', 'https://')):
95 redirect = '/' + posixpath.join(serve_from, redirect)
96 return Response.Redirect(redirect, permanent=False
    [all...]
render_servlet_test.py 28 Response.Redirect('/apps/storage', permanent=False),
34 Response.Redirect('/extensions/storage', permanent=True),
39 Response.Redirect('https://developer.chrome.com/extensions',
43 Response.Redirect('https://developer.chrome.com/extensions',
patch_servlet.py 93 return Response.Redirect(
116 response = Response.Redirect('/_patch/%s%s' % (issue, redirect_url),
redirector.py 17 def Redirect(self, host, path):
29 redirects. Returns the URL to the redirect, if any exist, or None.
46 redirect = rules.get(filename)
47 if redirect is None:
49 if (redirect.startswith('/') or
50 urlsplit(redirect).scheme in ('http', 'https')):
51 return redirect
53 return posixpath.normpath(Join(redirected_dirname, redirect))
74 redirect = redirects.get(posixpath.join(filename, '...'))
76 if redirect is None
    [all...]
servlet.py 92 def Redirect(url, permanent=False):
93 '''Returns a redirect (301 or 302) response.
  /external/chromium_org/content/renderer/media/android/
media_info_loader_unittest.cc 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
    [all...]
  /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 949 : address_(Redirect(isolate, Builtins::c_function_address(id))) {}
956 : address_(Redirect(isolate, fun->address(), type)) {}
965 : address_(Redirect(isolate, Runtime::FunctionForId(id)->entry)) {}
970 : address_(Redirect(isolate, f->entry)) {}
    [all...]
assembler.h     [all...]
  /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 116 std::string RedirectTypeToString(RedirectType redirect) {
117 switch (redirect) {
135 // redirect: Whether the link target should redirect and how.
146 RedirectType redirect,
160 "&redirect=" + RedirectTypeToString(redirect) + "&link=" +
357 // Content initiated navigation, from HTTP to HTTP via server redirect.
358 IN_PROC_BROWSER_TEST_F(ReferrerPolicyTest, Redirect) {
368 // Content 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...]
  /cts/hostsidetests/security/src/android/cts/security/
SELinuxHostTest.java 94 pb.redirectOutput(ProcessBuilder.Redirect.PIPE);
  /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/media/blink/
buffered_resource_loader_unittest.cc 190 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_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/sdk/
NetworkRequest.js 88 Redirect: "redirect",
956 type = WebInspector.NetworkRequest.InitiatorType.Redirect;
  /external/chromium_org/net/url_request/
url_request.h 113 // First-party URL redirect policy: During server redirects, the first-party
116 // URL on every redirect.
134 // Called after having received a redirect response, but prior to the
135 // the request delegate being informed of the redirect. Can return a new
138 // the delegate never sees the original redirect response, instead the
199 // Called upon receiving a redirect. The delegate may call the request's
200 // Cancel method to prevent the redirect from being followed. Since there
202 // redirect call.
205 // original URL, the destination of the redirect is provided in 'new_url'.
207 // false, then the redirect will be followed, and the request's URL will b
    [all...]
url_request_job.cc 329 // Redirect response bodies are not read. Notify the transaction
344 // If we were not cancelled, then maybe follow the redirect.
713 int rv = request_->Redirect(redirect_info);
  /external/chromium_org/remoting/webapp/
oauth2_api.js 116 * @param {string} redirectUri Redirect URI used to obtain this code.
  /external/chromium_org/content/child/
web_url_loader_impl_unittest.cc 382 TEST_F(WebURLLoaderImplTest, Redirect) {

Completed in 1466 milliseconds

1 2