Searched defs:redirect (Results 1 - 21 of 21) sorted by relevance

/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
H A DOkApacheClientTest.java54 @Test public void redirect() throws Exception { method in class:OkApacheClientTest
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php121 // This section performs the OpenID dance with the normal redirect. Use it
147 $redirect = $_SESSION['redirect_to']; variable
149 header('Location: ' . $redirect);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DAsyncApiTest.java201 @Test public void redirect() throws Exception { method in class:AsyncApiTest
H A DSyncApiTest.java175 @Test public void redirect() throws Exception { method in class:SyncApiTest
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DRawResource.cpp62 RedirectPair redirect = redirectChain()[i]; local
63 ResourceRequest request(redirect.m_request);
64 client->redirectReceived(this, request, redirect.m_redirectResponse);
/external/chromium_org/third_party/webrtc/base/
H A Dasynchttprequest.h65 // Fail redirects to allow analysis of redirect urls, etc.
67 void set_fail_redirect(bool redirect) { fail_redirect_ = redirect; } argument
69 // Returns the redirect when redirection occurs
/external/chromium_org/chrome/browser/
H A Dreferrer_policy_browsertest.cc116 std::string RedirectTypeToString(RedirectType redirect) { argument
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.
368 // Content initiated navigation, from HTTPS to HTTP via server redirect.
379 // User initiated navigation, from HTTP to HTTP via server redirect
143 RunReferrerTest(const blink::WebReferrerPolicy referrer_policy, StartOnProtocol start_protocol, LinkType link_type, RedirectType redirect, WindowOpenDisposition disposition, blink::WebMouseEvent::Button button, ExpectedReferrer expected_referrer) argument
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpOverSpdyTest.java252 @Test public void redirect() throws Exception { method in class:HttpOverSpdyTest
/external/smack/src/org/jivesoftware/smack/packet/
H A DXMPPError.java45 * <tr><td>302</td><td>redirect</td><td>MODIFY</td></tr>
329 public static final Condition redirect = new Condition("redirect"); field in class:XMPPError.Condition
396 instances.put(Condition.redirect, new XMPPError.ErrorSpecification(
397 Condition.redirect, Type.MODIFY, 302));
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DNavigationScheduler.cpp377 OwnPtr<ScheduledNavigation> redirect(m_redirect.release());
378 redirect->fire(m_frame);
382 void NavigationScheduler::schedule(PassOwnPtr<ScheduledNavigation> redirect) argument
398 m_redirect = redirect;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DAssociatedURLLoaderTest.cpp443 // Test a same-origin URL redirect and load.
447 char redirect[] = "http://www.test.com/RedirectSuccess2.html"; // Same-origin local
448 KURL redirectURL = toKURL(redirect);
458 m_expectedRedirectResponse.setHTTPHeaderField("Location", redirect);
481 // Test that a cross origin redirect response without CORS headers fails.
486 char redirect[] = "http://www.other.com/RedirectCrossOriginWithAccessControlFailure.html"; // Cross-origin local
487 KURL redirectURL = toKURL(redirect);
493 // Create a redirect response without CORS headers.
498 m_expectedRedirectResponse.setHTTPHeaderField("Location", redirect);
507 // We should not receive a notification for the redirect o
518 char redirect[] = "http://www.other.com/RedirectCrossOriginWithAccessControlSuccess.html"; // Cross-origin local
[all...]
H A DWebFrameTest.cpp5058 char redirect[] = "http://www.test.com/first_party.html"; local
5059 WebURL redirectURL(toKURL(redirect));
5064 redirectResponse.setHTTPHeaderField("Location", redirect);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_wrappers.py205 def redirect(self, path, permanent=False): member in class:IsDownloadError.webapp2.RequestHandler
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.cc1130 SessionRedirect* redirect) {
1143 &redirect->target))
1129 FindSessionRedirect(const buzz::XmlElement* stanza, SessionRedirect* redirect) argument
H A Dsession.cc1314 // If the error is a session redirect, call OnRedirectError, which will
1316 SessionRedirect redirect; local
1317 if (FindSessionRedirect(error_stanza, &redirect)) {
1319 if (!OnRedirectError(redirect, &error)) {
1323 desc << "Failed to redirect: " << error.text;
1527 bool Session::OnRedirectError(const SessionRedirect& redirect, argument
1534 if (!BareJidsEqual(remote_name(), redirect.target))
1538 // When we receive a redirect, we point the session at the new JID
1540 set_remote_name(redirect.target);
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 4907 milliseconds