Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.h660 LoadState GetLoadStateForPendingTransaction(const Transaction* transaction);
H A Dhttp_cache.cc1284 LoadState HttpCache::GetLoadStateForPendingTransaction( in GetLoadStateForPendingTransaction() function in net::HttpCache
H A Dhttp_cache_transaction.cc509 return cache_->GetLoadStateForPendingTransaction(this); in GetLoadState()