Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache_unittest.cc1945 MockTransaction prefetch_transaction(kSimpleGET_Transaction); in TEST_F() local
1946 prefetch_transaction.load_flags |= LOAD_PREFETCH; in TEST_F()
1948 cache.http_cache(), prefetch_transaction, &response_info, in TEST_F()
1955 cache.http_cache(), prefetch_transaction, &response_info, in TEST_F()
1992 MockTransaction prefetch_transaction(kSimpleGET_Transaction); in TEST_F() local
1993 prefetch_transaction.load_flags |= LOAD_PREFETCH; in TEST_F()
1994 prefetch_transaction.load_flags |= LOAD_RESTRICTED_PREFETCH; in TEST_F()
1996 cache.http_cache(), prefetch_transaction, &response_info, in TEST_F()
2030 MockTransaction prefetch_transaction(kSimpleGET_Transaction); in TEST_F() local
2031 prefetch_transaction.load_flags |= LOAD_PREFETCH; in TEST_F()
[all …]