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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/webapp/
oauth2.js 9 * Uses a content script to trampoline the OAuth redirect page back into the
52 * @return {string} OAuth2 redirect URI.
265 * Redirect page to get a new OAuth2 Refresh Token.
289 * OAuth redirect URL parameters.
318 * @param {string} state The state parameter received from the OAuth redirect.
326 // Invalid XSRF token, or unexpected OAuth2 redirect. Abort.
  /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/chrome/browser/extensions/
app_process_apitest.cc 144 // 2. page1 redirects to a page2 outside the app extent (ie, "/server-redirect")
171 // Wait until the second tab finishes its redirect train (2 hops).
173 browser(), base_url.Resolve("path1/redirect.html"), 2);
  /external/chromium_org/chrome/browser/resources/
about_memory_mac.html 10 <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css">
33 <script src="chrome://memory-redirect/memory.js"></script>
34 <script src="chrome://memory-redirect/strings.js"></script>
  /external/chromium_org/content/browser/loader/
cross_site_resource_handler.cc 115 // We will need to swap processes if either (1) a redirect that requires a
118 // transferred back into the original process due to a redirect.
257 // The |transfer_url_chain| contains any redirect URLs that have already
  /external/chromium_org/content/renderer/media/
buffered_resource_loader_unittest.cc 188 void Redirect(const char* url) {
957 // Make sure no redirect case works as expected.
964 // Test redirect to the same domain.
967 Redirect(kHttpRedirectToSameDomainUrl1);
972 // Test redirect twice to the same domain.
975 Redirect(kHttpRedirectToSameDomainUrl1);
976 Redirect(kHttpRedirectToSameDomainUrl2);
981 // Test redirect to a different domain.
984 Redirect(kHttpRedirectToDifferentDomainUrl1);
989 // Test redirect to the same domain and then to a different domain
    [all...]
  /external/chromium_org/ppapi/api/
ppb_url_loader.idl 87 * FollowRedirect() can be invoked to follow a redirect after Open()
88 * completed on receiving redirect headers.
94 * response headers for the redirect url are received or error occurred. This
  /external/chromium_org/ppapi/cpp/
url_loader.h 66 /// redirect after Open() completed on receiving redirect headers.
70 /// headers for the redirect url are received or error occurred. This callback
  /external/chromium_org/testing/android/
native_test_launcher.cc 111 AndroidLog(ANDROID_LOG_ERROR, "Failed to redirect stream to file: %s: %s\n",
149 // Always redirect stdout to a known file.
168 // Only redirect the streams after all fifos have been created.
  /external/iproute2/doc/actions/
ifb-README 57 # redirect all IP packets arriving in eth0 to ifb0
62 action mirred egress redirect dev ifb0
95 action order 2: mirred (Egress Redirect to device ifb0) stolen
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectGetter.java 58 // Retrieve the current redirect values.
  /external/chromium/chrome/browser/
browser_about_handler_unittest.cc 93 GURL("chrome://about/memory-redirect"),
  /external/chromium/chrome/browser/history/
history_notifications.h 37 // we have the redirect chain A -> B -> C and this struct represents visiting
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 80 // tab, set its window.opener to null, and redirect it to a cross-site URL.
110 // blank page, set its opener to null, and redirect it cross-site.)
138 // a same-page-redirect) will not fork a new process.
182 // Same thing if the current tab tries to redirect itself.
  /external/chromium/net/tools/flip_server/
http_message_constants.cc 42 return "Temporary Redirect";
  /external/chromium/net/url_request/
url_request_file_job.cc 240 *http_status_code = 301; // simulate a permanent redirect
254 // If shortcut is not resolved succesfully, do not redirect.
324 // we will append trailing slash and redirect to FileDirJob.
327 // So what happens is we append it with trailing slash and redirect it to
  /external/chromium/sdch/open-vcdiff/
README 14 (the "<" and ">" are file redirect operations, not optional arguments):
  /external/chromium_org/build/
download_nacl_toolchains.py 53 # NOTE: While not recommended, it is possible to redirect this file to
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader_unittest.cc 543 // Simulate an HTTP redirect to HTTPS, when the Internet is connected.
549 // HTTP to HTTPS redirect.
571 // Simulate an HTTP redirect to HTTPS and subsequent Login, when the user logs
578 // HTTP to HTTPS redirect.
625 // There should be no captive portal check pending after the redirect.
634 // Check that an HTTPS to HTTPS redirect results in no timer running.
648 // Check that an HTTPS to HTTP to HTTPS redirect results in no timer running.
666 // Check that an HTTP to HTTP redirect results in the timer not running.
675 // There should be no captive portal check pending after the redirect.
  /external/chromium_org/chrome/browser/chromeos/login/
captive_portal_window_proxy.h 90 // starts loading Captive Portal redirect URL.
  /external/chromium_org/chrome/browser/history/
history_notifications.h 28 // we have the redirect chain A -> B -> C and this struct represents visiting
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 16 // Registers redirect rules assuming that currently no rules are registered by
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 169 // Currently this check is just to catch an https -> http redirect when
180 // It's unfortunate that this logic of when a redirect's method changes is
191 // If the plugin does not participate in url redirect notifications then just
200 // Pause the request while we ask the plugin what to do about the redirect.
  /external/chromium_org/content/public/common/
frame_navigate_params.h 50 // there's no redirect, there will be one entry in the list.
  /external/chromium_org/media/filters/
ffmpeg_glue.h 15 // FFmpeg operations using the configured AVFormatContext will then redirect

Completed in 2132 milliseconds

1 2 3 4 5 6 7 8 91011>>