Searched refs:was_fetched_via_spdy (Results 1 – 5 of 5) sorted by relevance
50 was_fetched_via_spdy(false) { in HttpResponseInfo()110 was_fetched_via_spdy = (flags & RESPONSE_INFO_WAS_SPDY) != 0; in InitFromPickle()131 if (was_fetched_via_spdy) in Persist()
35 bool was_fetched_via_spdy; variable
366 bool was_fetched_via_spdy() const { in was_fetched_via_spdy() function367 return response_info_.was_fetched_via_spdy; in was_fetched_via_spdy()
314 EXPECT_TRUE(response->was_fetched_via_spdy); in TransactionHelper()
124 response->was_fetched_via_spdy = true; in FlipHeadersToHttpResponse()