Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc245 const std::vector<std::string>& removed_headers,
290 std::vector<std::string>* removed_headers);
418 std::vector<std::string> removed_headers; in InterceptedRequest() local
420 &removed_headers); in InterceptedRequest()
685 std::vector<std::string> removed_headers = removed_headers_ext; in FollowRedirect() local
688 &removed_headers); in FollowRedirect()
1071 std::vector<std::string>* removed_headers) { in OnProcessRequestHeaders() argument
1073 id_, request_, redirect_url, modified_headers, removed_headers); in OnProcessRequestHeaders()
1075 if (!modified_headers->IsEmpty() || !removed_headers->empty()) { in OnProcessRequestHeaders()
1077 for (const std::string& name : *removed_headers) in OnProcessRequestHeaders()
Dstream_reader_url_loader.h133 const std::vector<std::string>& removed_headers,
Dproxy_url_loader_factory.h79 std::vector<std::string>* removed_headers) {} in ProcessRequestHeaders() argument
Dbrowser_urlrequest_impl.cc433 std::vector<std::string>* removed_headers) { in OnRedirect() argument
Dstream_reader_url_loader.cc542 const std::vector<std::string>& removed_headers, in FollowRedirect() argument
/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc69 std::vector<std::string>* removed_headers,
402 std::vector<std::string>* removed_headers, in WillFollowRedirect() argument
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch27691 + const std::vector<std::string>& removed_headers,