Searched refs:was_fetched_via_spdy (Results 1 – 10 of 10) sorted by relevance
64 was_fetched_via_spdy(false), in HttpResponseInfo()71 was_fetched_via_spdy(rhs.was_fetched_via_spdy), in HttpResponseInfo()90 was_fetched_via_spdy = rhs.was_fetched_via_spdy; in operator =()176 was_fetched_via_spdy = (flags & RESPONSE_INFO_WAS_SPDY) != 0; in InitFromPickle()202 if (was_fetched_via_spdy) in Persist()
51 bool was_fetched_via_spdy; variable
2081 EXPECT_TRUE(response->was_fetched_via_spdy); in TEST_F()6469 EXPECT_FALSE(response->was_fetched_via_spdy); in TEST_F()6626 EXPECT_TRUE(response->was_fetched_via_spdy); in TEST_F()6736 EXPECT_TRUE(response->was_fetched_via_spdy); in TEST_F()6745 EXPECT_TRUE(response->was_fetched_via_spdy); in TEST_F()6820 EXPECT_FALSE(response->was_fetched_via_spdy); in TEST_F()6950 EXPECT_FALSE(response->was_fetched_via_spdy); in TEST_F()6967 EXPECT_TRUE(response->was_fetched_via_spdy); in TEST_F()7089 EXPECT_TRUE(response->was_fetched_via_spdy); in TEST_F()7859 EXPECT_FALSE(response->was_fetched_via_spdy); in TEST_F()
384 response_.was_fetched_via_spdy = stream_request_->using_spdy(); in OnStreamReady()
42 was_fetched_via_spdy(false), in ResourceResponseInfo()
177 bool was_fetched_via_spdy; member
189 response->setWasFetchedViaSPDY(info.was_fetched_via_spdy); in PopulateURLResponse()
406 bool was_fetched_via_spdy() const { in was_fetched_via_spdy() function407 return response_info_.was_fetched_via_spdy; in was_fetched_via_spdy()
74 response->was_fetched_via_spdy = true; in SpdyHeadersToHttpResponse()
169 EXPECT_EQ(spdy_enabled_, response->was_fetched_via_spdy); in RunDefaultTest()693 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()774 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()784 EXPECT_TRUE(response2->was_fetched_via_spdy); in TEST_P()874 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()884 EXPECT_TRUE(response2->was_fetched_via_spdy); in TEST_P()999 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()1146 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()1274 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()1391 EXPECT_TRUE(response1->was_fetched_via_spdy); in TEST_P()[all …]