HomeSort by relevance Sort by last modified time
    Searched refs:IsRedirect (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ppapi/proxy/
url_response_info_resource.cc 17 bool IsRedirect(int32_t status) {
46 if (IsRedirect(data_.status_code))
50 if (IsRedirect(data_.status_code))
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 46 bool IsRedirect(int32_t status) { return status >= 300 && status <= 399; }
79 if (IsRedirect(data.status_code)) {
  /external/chromium_org/net/http/
http_vary_data.cc 55 if (response_headers.IsRedirect(&location)) {
proxy_client_socket.cc 80 if (!response->headers->IsRedirect(&location))
http_response_headers.h 198 bool IsRedirect(std::string* location) const;
http_response_headers_unittest.cc 1135 TEST_P(IsRedirectTest, IsRedirect) {
1144 EXPECT_EQ(parsed->IsRedirect(&location), test.is_redirect);
    [all...]
http_proxy_client_socket_pool_unittest.cc 810 EXPECT_TRUE(headers->IsRedirect(&location));
http_response_headers.cc 914 bool HttpResponseHeaders::IsRedirect(std::string* location) const {
    [all...]
http_network_transaction_unittest.cc     [all...]
  /external/chromium_org/net/url_request/
url_request_redirect_job.cc 112 DCHECK(fake_headers_->IsRedirect(NULL));
url_request_test_job.cc 272 if (!response_headers_->IsRedirect(&value))
url_request_job.cc 152 if (!headers->IsRedirect(&value))
url_request_http_job.cc     [all...]
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket_unittest.cc 474 ASSERT_TRUE(headers->IsRedirect(&location));
    [all...]

Completed in 510 milliseconds