HomeSort by relevance Sort by last modified time
    Searched full:redirect (Results 76 - 100 of 1272) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/content/child/npapi/
plugin_stream_url.h 66 // In case of a redirect, this can be called to update the url. But it must
76 // If the plugin participates in HTTP URL redirect handling then this member
78 // decision on whether to allow or deny the redirect.
  /external/chromium/chrome/browser/history/
top_sites_cache.h 78 // This is used to map from redirect url to the MostVisitedURL the redirect is
80 // top_sites_), but this results in duplicating all redirect urls. As some
82 // index of the redirect as the key, and the index into top_sites_ as the
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.html 12 <title>OAuth Redirect Page</title>
  /external/chromium/chrome/common/
thumbnail_score.h 58 // taken at. When a thumbnail is taken, this will always be the redirect
62 // middle of a redirect chain. In this case, the top sites component will set
67 // a thumbnail for the first would have a redirect hop of 1, and the second
68 // would have a redirect hop of 0.
  /external/chromium/net/url_request/
url_request_redirect_job.h 16 // A URLRequestJob that will redirect the request to the specified
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.h 76 // Fail redirects to allow analysis of redirect urls, etc.
78 void set_fail_redirect(bool redirect) { fail_redirect_ = redirect; }
80 // Returns the redirect when redirection occurs
  /external/chromium_org/chrome/browser/safe_browsing/
browser_features.cc 27 const char kRedirect[] = "Redirect";
browser_features.h 62 // url at the end of the redirect chain.
64 // The redirect chain that leads to the named page.
66 // If a redirect is SSL, we will use this value instead of the actual redirect
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.html 12 <title>OAuth Redirect Page</title>
  /external/chromium_org/chrome_frame/test/data/
navigate_out.html 19 <p>This page should be loaded in chrome and then we redirect to another
  /external/chromium_org/testing/iossim/
redirect-stdout.sh 12 # This script is invoked from iossim.gyp in order to redirect the output of
iossim.gyp 42 # Actions don't provide a way to redirect stdout, so a custom
45 './redirect-stdout.sh',
  /external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest.h 82 // Fail redirects to allow analysis of redirect urls, etc.
84 void set_fail_redirect(bool redirect) { fail_redirect_ = redirect; }
86 // Returns the redirect when redirection occurs
  /external/iptables/extensions/
libxt_TEE.man 1 The \fBTEE\fP target will clone a packet and redirect this clone to another
  /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/net/http/
http_status_code_list.h 37 HTTP_STATUS(TEMPORARY_REDIRECT, 307, "Temporary Redirect")
38 HTTP_STATUS(PERMANENT_REDIRECT, 308, "Permanent Redirect")
  /external/kernel-headers/original/linux/
route.h 55 #define RTF_DYNAMIC 0x0010 /* created dyn. (by redirect) */
56 #define RTF_MODIFIED 0x0020 /* modified dyn. (by redirect) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
route.h 52 #define RTF_DYNAMIC 0x0010 /* created dyn. (by redirect) */
53 #define RTF_MODIFIED 0x0020 /* modified dyn. (by redirect) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
route.h 52 #define RTF_DYNAMIC 0x0010 /* created dyn. (by redirect) */
53 #define RTF_MODIFIED 0x0020 /* modified dyn. (by redirect) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
route.h 52 #define RTF_DYNAMIC 0x0010 /* created dyn. (by redirect) */
53 #define RTF_MODIFIED 0x0020 /* modified dyn. (by redirect) */
  /system/core/sh/
nodes.h 45 union node *redirect; member in struct:ncmd
59 union node *redirect; member in struct:nredir
redir.h 37 /* flags passed to redirect */
43 void redirect(union node *, int);
  /build/tools/droiddoc/templates-pdk/
header_tabs.cs 12 <?cs if:!sdk.redirect ?>
27 <?cs if:!sdk.redirect ?>
39 <?cs if:!sdk.redirect ?>
51 <?cs if:!sdk.redirect ?>
63 <?cs if:!sdk.redirect ?>
75 <?cs if:!sdk.redirect ?>
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.h 25 // before following any subsequent redirect.
109 // request, or following a redirect).
115 // Resumes the deferred redirect.
118 // Erases the state associated with a deferred "start" or redirect
135 // The redirect chain for this resource
138 // Details on the deferred request (either a start or redirect). It is only
  /external/chromium_org/media/tools/constrained_network_server/
traffic_control_unittest.py 54 'REDIRECT --to-port 8888',
55 'sudo iptables -t nat -A OUTPUT -p tcp --dport 12345 -j REDIRECT '
77 'REDIRECT --to-port 8888',
78 'sudo iptables -t nat -A OUTPUT -p tcp --dport 12345 -j REDIRECT '
101 '-j REDIRECT --to-port 8888',
102 'sudo iptables -t nat -D OUTPUT -p tcp --dport 12345 -j REDIRECT '

Completed in 638 milliseconds

1 2 34 5 6 7 8 91011>>