/external/chromium/net/base/ |
net_error_list.h | 347 // Attempting to load an URL resulted in an unsafe redirect (e.g., a redirect
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.cc | [all...] |
/external/chromium_org/chrome/browser/history/ |
expire_history_backend.cc | 38 // able to get redirect information for those URLs. 111 // navigation and not part of a redirect chain.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_contents.cc | 654 // Add each redirect as an alias. |params.url| is included in 668 // it's a redirect on the top-level resource, the name needs to be remembered
|
/external/chromium_org/chrome/browser/ui/sync/ |
one_click_signin_helper_unittest.cc | 673 // config sync, then Chrome should redirect immediately to sync settings page, 674 // and upon successful setup, redirect back to webstore. [all...] |
/external/chromium_org/chrome/common/ |
url_constants.cc | 62 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/"; 191 const char kChromeUIMemoryRedirectHost[] = "memory-redirect";
|
/external/chromium_org/content/public/browser/ |
navigation_controller.h | 125 // Any redirect URLs that occurred for this navigation before |url|. 343 // user agent after following a redirect.
|
/external/chromium_org/net/base/ |
net_error_list.h | 434 // Attempting to load an URL resulted in an unsafe redirect (e.g., a redirect
|
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/ |
TestWebServer.java | 233 * Sets a redirect. 236 * @param targetPath The path to redirect to.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
FrameLoaderClientImpl.cpp | 439 // Don't clear the redirect chain, this will happen in the middle of client 454 // Don't clear the redirect chain, this will happen in the middle of client
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFrameClient.h | 231 // made. If this request is the result of a redirect, then redirectResponse 232 // will be non-null and contain the response that triggered the redirect.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
linuxwindowpicker.cc | 374 // but recent window managers don't always redirect windows which led to 377 // Redirect drawing to an offscreen buffer (ie, turn on compositing).
|
/external/chromium_org/webkit/browser/appcache/ |
view_appcache_internals_job.cc | 416 return net::OK; // IsRedirectResponse induces a redirect. 455 StartAsync(); // Causes the base class to redirect.
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpEngine.java | 150 * redirect. This engine assumes ownership of the connection and must 434 * the connection will be used to follow a redirect.
|
/external/qemu/ |
qemu-monitor.hx | 546 "[tcp|udp]:host-port:[guest-host]:guest-port", "redirect TCP or UDP connections from host to guest (requires -net user)\n" 552 Redirect TCP or UDP connections from host to guest (requires -net user).
|
/external/skia/gm/rebaseline_server/ |
server.py | 452 """ Redirect the HTTP client to a different url. 455 url: URL to redirect the HTTP client to
|
/ndk/ |
ndk-gdb | 45 # "no <foo> in ..." (Darwin). Also, we need to redirect stderr 373 # $1: 1 to redirect stderr to $1, 0 otherwise.
|
/system/core/logcat/ |
logcat.cpp | 542 // redirect output to a file 627 /* redirect our output to the emulator console */
|
/external/openssh/ |
session.c | 534 * Redirect stdin. We close the parent side of the socket 542 /* Redirect stdout. */ 548 /* Redirect stderr. */ 555 * Redirect stdin, stdout, and stderr. Stdin and stdout will 699 /* Redirect stdin/stdout/stderr from the pseudo tty. */ [all...] |
/external/qemu/android/ |
help.c | 819 " the Android emulator allows you to redirect all TCP connections through\n" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib2.py | 14 HTTP 301, 302, 303 and 307 redirect errors, and the HTTPDigestAuthHandler 542 """Return a Request or None in response to a redirect. 547 perform the redirect. Otherwise, raise HTTPError if no-one 557 # essentially all clients do redirect in this case, so we 633 inf_msg = "The HTTP server returned a redirect error that would " \ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib2.py | 14 HTTP 301, 302, 303 and 307 redirect errors, and the HTTPDigestAuthHandler 542 """Return a Request or None in response to a redirect. 547 perform the redirect. Otherwise, raise HTTPError if no-one 557 # essentially all clients do redirect in this case, so we 633 inf_msg = "The HTTP server returned a redirect error that would " \ [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_browsertest.cc | 194 // Causes the browser to swap processes on a redirect to an HTTPS URL. 605 GURL redirect_url(test_server()->GetURL("server-redirect?" + 614 // We should keep track of the original request URL, redirect chain, and 630 // Tests that a cross-process redirect will only cause the beforeunload 656 GURL redirect_url(test_server()->GetURL("server-redirect?" + [all...] |
/external/chromium/chrome/browser/automation/ |
testing_automation_provider.h | [all...] |
/external/chromium/net/tools/spdyshark/ |
packet-spdy.c | 223 { 307, "Temporary Redirect"}, [all...] |