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

/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/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/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.cc951 SessionRedirect* redirect) {
964 &redirect->target))
950 FindSessionRedirect(const buzz::XmlElement* stanza, SessionRedirect* redirect) argument
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;
/external/webkit/Source/WebCore/platform/network/qt/
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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 257 milliseconds