Searched refs:removed_headers (Results 1 – 8 of 8) sorted by relevance
/external/cronet/net/url_request/ |
D | redirect_util_unittest.cc | 181 std::vector<const char*> removed_headers; in TEST() member 238 std::vector<std::string> removed_headers; in TEST() local 243 for (const char* header : test.removed_headers) in TEST() 244 removed_headers.push_back(header); in TEST() 251 RedirectInfo(), removed_headers, in TEST() 266 absl::optional<std::vector<std::string>> removed_headers(absl::nullopt); in TEST() local 272 RedirectInfo(), removed_headers, in TEST() 286 absl::optional<std::vector<std::string>> removed_headers(absl::in_place); in TEST() local 292 RedirectInfo(), removed_headers, in TEST()
|
D | redirect_util.cc | 24 const absl::optional<std::vector<std::string>>& removed_headers, in UpdateHttpRequest() argument 33 if (removed_headers) { in UpdateHttpRequest() 34 for (const std::string& key : removed_headers.value()) in UpdateHttpRequest()
|
D | url_request_job.cc | 239 const absl::optional<std::vector<std::string>>& removed_headers, in FollowDeferredRedirect() argument 248 FollowRedirect(*redirect_info, removed_headers, modified_headers); in FollowDeferredRedirect() 727 const absl::optional<std::vector<std::string>>& removed_headers, in FollowRedirect() argument 729 request_->Redirect(redirect_info, removed_headers, modified_headers); in FollowRedirect()
|
D | url_request_job.h | 199 const absl::optional<std::vector<std::string>>& removed_headers, 386 const absl::optional<std::vector<std::string>>& removed_headers,
|
D | redirect_util.h | 43 const absl::optional<std::vector<std::string>>& removed_headers,
|
D | url_request.cc | 865 const absl::optional<std::vector<std::string>>& removed_headers, in FollowDeferredRedirect() argument 874 job_->FollowDeferredRedirect(removed_headers, modified_headers); in FollowDeferredRedirect() 950 const absl::optional<std::vector<std::string>>& removed_headers, in Redirect() argument 973 removed_headers, modified_headers, in Redirect()
|
D | url_request.h | 675 const absl::optional<std::vector<std::string>>& removed_headers, 880 const absl::optional<std::vector<std::string>>& removed_headers,
|
D | url_request_unittest.cc | 7188 std::vector<std::string> removed_headers({"Header2"}); in TEST_F() local 7189 req->FollowDeferredRedirect(removed_headers, in TEST_F()
|