Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_info_unittest.cc77 EXPECT_FALSE(response_info_.async_revalidation_requested); in TEST_F()
81 response_info_.async_revalidation_requested = true; in TEST_F()
83 EXPECT_TRUE(response_info_clone.async_revalidation_requested); in TEST_F()
87 response_info_.async_revalidation_requested = true; in TEST_F()
90 EXPECT_TRUE(response_info_clone.async_revalidation_requested); in TEST_F()
94 response_info_.async_revalidation_requested = true; in TEST_F()
97 EXPECT_FALSE(restored_response_info.async_revalidation_requested); in TEST_F()
H A Dhttp_response_info.h144 bool async_revalidation_requested = false; variable
H A Dhttp_cache_unittest.cc12628 EXPECT_FALSE(response_info.async_revalidation_requested); in TEST_F()
12658 EXPECT_TRUE(response_info.async_revalidation_requested); in TEST_F()
12669 EXPECT_FALSE(response_info.async_revalidation_requested); in TEST_F()
12699 EXPECT_TRUE(response_info.async_revalidation_requested); in TEST_F()
12710 EXPECT_TRUE(response_info.async_revalidation_requested); in TEST_F()
12724 EXPECT_FALSE(response_info.async_revalidation_requested); in TEST_F()
12751 EXPECT_FALSE(response_info.async_revalidation_requested); in TEST_F()
H A Dhttp_cache_transaction.cc2722 response_.async_revalidation_requested = true; in BeginCacheValidation()