Searched refs:IsRedirect (Results 1 – 12 of 12) sorted by relevance
132 DCHECK(fake_headers->IsRedirect(nullptr)); in SynthesizeRedirectHeaders()
458 EXPECT_TRUE(response_headers->IsRedirect(&location_string)); in TEST()
265 if (!response_headers_->IsRedirect(&value)) in IsRedirectResponse()
175 if (!headers->IsRedirect(&value)) in IsRedirectResponse()
1512 if (transaction_->GetResponseInfo()->headers->IsRedirect(nullptr)) { in DoneReadingRedirectResponse()1521 DCHECK(override_response_headers_->IsRedirect(nullptr)); in DoneReadingRedirectResponse()
245 bool IsRedirect(std::string* location) const;
1235 TEST_P(IsRedirectTest, IsRedirect) { in TEST_P() argument1243 EXPECT_EQ(parsed->IsRedirect(&location), test.is_redirect); in TEST_P()
1277 response_.headers->IsRedirect(nullptr /* location */)) { in DoReadHeadersComplete()1978 if (headers->IsRedirect(nullptr)) { in ContentEncodingsValid()
939 bool HttpResponseHeaders::IsRedirect(std::string* location) const { in IsRedirect() function in net::HttpResponseHeaders
1482 EXPECT_TRUE(response->headers->IsRedirect(&url)); in TEST_F()
593 ASSERT_TRUE(headers->IsRedirect(&location)); in TEST_P()
775 ASSERT_TRUE(headers->IsRedirect(&location)); in TEST_P()