Searched refs:response_start (Results 1 – 1 of 1) sorted by relevance
4924 const HttpResponseInfo* const response_start = trans->GetResponseInfo(); in TEST_P() local4925 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()