Lines Matching refs:truncated
4099 bool truncated = false; in TEST() local
4100 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST()
4101 EXPECT_TRUE(truncated); in TEST()
4105 truncated = true; in TEST()
4106 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST()
4107 EXPECT_FALSE(truncated); in TEST()
4299 bool truncated = false; in TEST() local
4300 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST()
4301 EXPECT_TRUE(truncated); in TEST()
4344 bool truncated = true; in TEST() local
4346 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST()
4347 EXPECT_FALSE(truncated); in TEST()
4455 bool truncated = true; in TEST() local
4457 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST()
4458 EXPECT_FALSE(truncated); in TEST()
4507 bool truncated = false; in TEST() local
4509 EXPECT_TRUE(MockHttpCache::ReadResponseInfo(entry, &response, &truncated)); in TEST()
4510 EXPECT_TRUE(truncated); in TEST()