Searched refs:redirect (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dasynchttprequest.h76 // Fail redirects to allow analysis of redirect urls, etc.
78 void set_fail_redirect(bool redirect) { fail_redirect_ = redirect; } argument
80 // Returns the redirect when redirection occurs
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc312 // (the redirect set below will also increment the visit counts). We want
319 static const RedirectCase redirect[] = { local
324 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(redirect); i++) {
325 history_service_->AddPageWithDetails(GURL(redirect[i].url),
327 redirect[i].count, redirect[i].count,
332 // Create a B->C->A redirect chain, but set the visit counts such that they
337 redirects_to_a.push_back(GURL(redirect[1].url));
338 redirects_to_a.push_back(GURL(redirect[2].url));
339 redirects_to_a.push_back(GURL(redirect[
[all...]
/external/webkit/Source/WebCore/loader/
H A DNavigationScheduler.cpp392 OwnPtr<ScheduledNavigation> redirect(m_redirect.release());
393 redirect->fire(m_frame);
396 void NavigationScheduler::schedule(PassOwnPtr<ScheduledNavigation> redirect) argument
400 // If a redirect was scheduled during a load, then stop the current load.
403 if (redirect->wasDuringLoad()) {
410 m_redirect = redirect;
437 OwnPtr<ScheduledNavigation> redirect(m_redirect.release());
438 if (redirect)
439 redirect->didStopTimer(m_frame, newLoadInProgress);
/external/webkit/Tools/RebaselineQueueServer/handlers/
H A Dbuilderqueue.py70 self.redirect(self._queue_list_url(builder_name))
80 self.redirect(self._queue_list_url(builder_name))
/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DMockWebServerTest.java74 RecordedRequest redirect = server.takeRequest();
75 assertEquals("GET /new-path HTTP/1.1", redirect.getRequestLine());
/external/webkit/Tools/TestResultServer/handlers/
H A Ddashboardhandler.py128 self.redirect("/dashboards/")
H A Dtestfilehandler.py67 self.redirect("/testfile?master=%s&builder=%s&testtype=%s&name=%s"
/external/emma/core/java12/com/vladium/util/
H A DProperty.java509 final String redirect = (String) m_systemRedirects.get (key);
511 if (redirect != null)
513 result = getSystemProperty (redirect, null);
/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.h135 void redirect(ResourceResponse&, const QUrl&);
H A DQNetworkReplyHandler.cpp500 redirect(response, redirection);
507 void QNetworkReplyHandler::redirect(ResourceResponse& response, const QUrl& redirection) function in class:WebCore::QNetworkReplyHandler
527 // - If original request is POST convert to GET and redirect automatically
528 // Status Code 307 (Temporary Redirect) and all other redirect status codes:
537 // Should not set Referer after a redirect from a secure resource to non-secure one.
/external/llvm/lib/Support/Unix/
H A DProgram.inc201 // Just redirect stderr
204 // If stdout and stderr should go to the same place, redirect stderr
207 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err);
254 // If stdout and stderr should go to the same place, redirect stderr
257 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout");
261 // Just redirect stderr
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php122 // This section performs the OpenID dance with the normal redirect. Use it
148 $redirect = $_SESSION['redirect_to']; variable
150 header('Location: ' . $redirect);
/external/llvm/lib/Support/Windows/
H A DProgram.inc247 MakeErrMsg(ErrMsg, "can't redirect stdin");
253 MakeErrMsg(ErrMsg, "can't redirect stdout");
257 // If stdout and stderr should go to the same place, redirect stderr
263 // Just redirect stderr
268 MakeErrMsg(ErrMsg, "can't redirect stderr");
/external/openssl/crypto/threads/
H A Dnetware.bat9 rem want to redirect stdout and stderr. An example command line would be
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc679 // If the error is a session redirect, call OnRedirectError, which will
681 SessionRedirect redirect; local
682 if (FindSessionRedirect(error_stanza, &redirect)) {
684 if (!OnRedirectError(redirect, &error)) {
687 LOG(LS_ERROR) << "Failed to redirect: " << error.text;
866 bool Session::OnRedirectError(const SessionRedirect& redirect, argument
873 if (!BareJidsEqual(remote_name_, redirect.target))
877 // When we receive a redirect, we point the session at the new JID
879 remote_name_ = redirect.target;
H A Dsessionmessages.h269 SessionRedirect* redirect);
H A Dsession.h526 bool OnRedirectError(const SessionRedirect& redirect, SessionError* error);
H A Dsessionmessages.cc951 SessionRedirect* redirect) {
964 &redirect->target))
950 FindSessionRedirect(const buzz::XmlElement* stanza, SessionRedirect* redirect) argument
/external/webkit/Source/WebKit/wx/bindings/python/samples/
H A Dsimple.py161 app = wkApp(redirect=False)
/external/chromium/chrome/common/extensions/docs/server/
H A Dchromeextensionsdocs.py53 # if root, redirect to index.html
56 self.redirect("/chrome/extensions/index.html")
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java135 /** The redirect handler. */
930 HttpGet redirect = new HttpGet(uri);
933 redirect.setHeaders(orig.getAllHeaders());
935 RequestWrapper wrapper = new RequestWrapper(redirect);
/external/libpcap/
H A Dscanner.l336 icmp-redirect { yylval.i = 5; return NUM; }
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php424 * Returns authentication url. Usually, you want to redirect your user to it.
/external/iproute2/doc/
H A Dip-cref.tex1377 \item \verb|redirect| --- the route was installed due to an ICMP redirect.
1603 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1636 \item \verb|redirect| --- packets going via this route will
1637 trigger an ICMP redirect.
1824 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1831 Note the \verb|redirect| flag on it.
1883 better path to the destination and sent us an ICMP redirect message.
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1064 milliseconds

12