Searched refs:redirect_code (Results 1 – 2 of 2) sorted by relevance
637 std::unique_ptr<HttpResponse> HandleServerRedirect(HttpStatusCode redirect_code, in HandleServerRedirect() argument657 http_response->set_code(redirect_code); in HandleServerRedirect()670 HttpStatusCode redirect_code, in HandleServerRedirectWithCookie() argument678 http_response->set_code(redirect_code); in HandleServerRedirectWithCookie()691 HttpStatusCode redirect_code, in HandleServerRedirectWithSecureCookie() argument699 http_response->set_code(redirect_code); in HandleServerRedirectWithSecureCookie()1008 std::unique_ptr<HttpResponse> (*handler)(HttpStatusCode redirect_code, in ServerRedirectHandler() argument1011 HttpStatusCode redirect_code) { in ServerRedirectHandler()1014 base::BindRepeating(handler, redirect_code, /*allow_cors=*/true)); in ServerRedirectHandler()1019 std::unique_ptr<HttpResponse> (*handler)(HttpStatusCode redirect_code, in NoCorsServerRedirectHandler() argument[all …]
7 mod redirect_code; module8 pub use redirect_code::*;