Home
last modified time | relevance | path

Searched defs:new_url (Results 1 – 21 of 21) sorted by relevance

/third_party/cef/libcef/common/net/
Durl_util.cc17 std::string new_url = url; in MakeGURL() local
/third_party/cef/libcef/renderer/extensions/
Dextensions_renderer_client.cc122 GURL* new_url) { in WillSendRequest()
/third_party/ffmpeg/libavformat/
Dsapenc.c146 char *new_url; in sap_write_header() local
Drtsp.c1988 char *new_url = av_strdup(reply->location); in ff_rtsp_connect() local
Dhls.c725 uint8_t *new_url = NULL; in parse_playlist() local
Dhlsenc.c977 char * new_url = av_strdup(vs->current_segment_final_filename_fmt); in sls_flags_filename_process() local
/third_party/cef/include/
Dcef_resource_request_handler.h129 CefString& new_url) {} in OnResourceRedirect()
/third_party/cef/libcef_dll/cpptoc/
Dresource_request_handler_cpptoc.cc121 cef_string_t* new_url) { in resource_request_handler_on_resource_redirect()
/third_party/cef/libcef_dll/ctocpp/
Dresource_request_handler_ctocpp.cc119 CefString& new_url) { in OnResourceRedirect()
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc406 GURL* new_url) { in WillSendRequest()
/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc395 const WebURL& new_url, in WillFollowRedirect()
/third_party/cef/libcef/common/
Drequest_impl.cc206 const GURL& new_url = GURL(url.ToString()); in SetURL() local
329 const GURL& new_url = GURL(url.ToString()); in Set() local
/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc542 const GURL new_url = request_.url.Resolve(location); in OnHeadersReceived() local
684 const absl::optional<GURL>& new_url) { in FollowRedirect()
Dresource_request_handler_wrapper.cc856 GURL new_url = redirect_info.new_url; in HandleRedirect() local
897 GURL new_url; in HandleResponse() local
Dstream_reader_url_loader.cc545 const absl::optional<GURL>& new_url) { in FollowRedirect()
/third_party/cef/tests/ceftests/
Dresource_request_handler_unittest.cc718 CefString& new_url) override { in OnResourceRedirect()
1785 CefString& new_url) override { in OnResourceRedirect()
2795 CefString& new_url) { in OnResourceRedirect()
2917 CefString& new_url) override { in OnResourceRedirect()
2938 const std::string& new_url = request->GetURL(); in OnRetryReceived() local
3096 CefString& new_url) override { in OnResourceRedirect()
Dnavigation_unittest.cc873 CefString& new_url) override { in OnResourceRedirect()
974 CefString& new_url) override { in OnResourceRedirect()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc246 CFURLRef new_url = nullptr; in create_ct_font() local
/third_party/harfbuzz/src/
Dhb-coretext.cc233 CFURLRef new_url = nullptr; in create_ct_font() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc233 CFURLRef new_url = nullptr; in create_ct_font() local
/third_party/openssl/crypto/http/
Dhttp_client.c1095 static int redirection_ok(int n_redir, const char *old_url, const char *new_url) in redirection_ok()