Home
last modified time | relevance | path

Searched refs:response_start (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/spdy/
Dspdy_network_transaction_unittest.cc4924 const HttpResponseInfo* const response_start = trans->GetResponseInfo(); in TEST_P() local
4925 ASSERT_TRUE(response_start != NULL); in TEST_P()
4926 ASSERT_TRUE(response_start->headers != NULL); in TEST_P()
4927 EXPECT_EQ(401, response_start->headers->response_code()); in TEST_P()
4928 EXPECT_TRUE(response_start->was_fetched_via_spdy); in TEST_P()
4929 ASSERT_TRUE(response_start->auth_challenge.get() != NULL); in TEST_P()
4930 EXPECT_FALSE(response_start->auth_challenge->is_proxy); in TEST_P()
4931 EXPECT_EQ(L"basic", response_start->auth_challenge->scheme); in TEST_P()
4932 EXPECT_EQ(L"MyRealm", response_start->auth_challenge->realm); in TEST_P()