Searched refs:removed_headers (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/libcef/browser/net_service/ |
D | proxy_url_loader_factory.cc | 245 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()
|
D | stream_reader_url_loader.h | 133 const std::vector<std::string>& removed_headers,
|
D | proxy_url_loader_factory.h | 79 std::vector<std::string>* removed_headers) {} in ProcessRequestHeaders() argument
|
D | browser_urlrequest_impl.cc | 433 std::vector<std::string>* removed_headers) { in OnRedirect() argument
|
D | stream_reader_url_loader.cc | 542 const std::vector<std::string>& removed_headers, in FollowRedirect() argument
|
/third_party/cef/libcef/renderer/ |
D | render_urlrequest_impl.cc | 69 std::vector<std::string>* removed_headers, 402 std::vector<std::string>* removed_headers, in WillFollowRedirect() argument
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 27691 + const std::vector<std::string>& removed_headers,
|