Searched refs:IsRedirect (Results 1 - 12 of 12) sorted by relevance

/external/chromium/net/http/
H A Dhttp_vary_data.cc55 if (response_headers.IsRedirect(&location)) {
H A Dhttp_response_headers.h180 bool IsRedirect(std::string* location) const;
H A Dhttp_response_headers_unittest.cc936 TEST(HttpResponseHeadersTest, IsRedirect) {
1007 EXPECT_EQ(parsed->IsRedirect(&location), tests[i].is_redirect);
H A Dhttp_response_headers.cc795 bool HttpResponseHeaders::IsRedirect(std::string* location) const { function in class:net::HttpResponseHeaders
H A Dhttp_cache_transaction.cc1119 if (response_.headers->IsRedirect(NULL))
H A Dhttp_network_transaction_unittest.cc4564 EXPECT_TRUE(response->headers->IsRedirect(&url));
4625 EXPECT_TRUE(response->headers->IsRedirect(&url));
/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter.cc109 if (PageTransition::IsRedirect(entry->transition_type())) {
/external/chromium/chrome/browser/tabs/
H A Dtab_finder.cc143 if (PageTransition::IsRedirect(params.transition)) {
/external/chromium/net/url_request/
H A Durl_request_test_job.cc201 if (!response_headers_->IsRedirect(&value))
H A Durl_request_job.cc126 if (!headers->IsRedirect(&value))
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.cc476 !PageTransition::IsRedirect(visits[i].transition)) ||
H A Dhistory_backend.cc663 !PageTransition::IsRedirect(transition)) ||

Completed in 192 milliseconds