Home
last modified time | relevance | path

Searched refs:new_redirect_info (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc605 net::RedirectInfo new_redirect_info; in OnReceiveRedirect() local
614 new_redirect_info = in OnReceiveRedirect()
617 new_redirect_info = redirect_info; in OnReceiveRedirect()
622 new_redirect_info, in OnReceiveRedirect()
624 weak_factory_.GetWeakPtr(), new_redirect_info)); in OnReceiveRedirect()
626 ContinueToBeforeRedirect(new_redirect_info, net::OK); in OnReceiveRedirect()
948 net::RedirectInfo new_redirect_info = redirect_info; in ContinueToBeforeRedirect() local
950 new_redirect_info.new_url = redirect_url; in ContinueToBeforeRedirect()
951 new_redirect_info.new_site_for_cookies = in ContinueToBeforeRedirect()
955 target_client_->OnReceiveRedirect(new_redirect_info, in ContinueToBeforeRedirect()
[all …]