Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.h645 void ProcessAddToEntryQueueImpl(scoped_refptr<ActiveEntry> entry);
H A Dhttp_cache.cc1201 FROM_HERE, base::BindOnce(&HttpCache::ProcessAddToEntryQueueImpl, in ProcessAddToEntryQueue()
1208 void HttpCache::ProcessAddToEntryQueueImpl(scoped_refptr<ActiveEntry> entry) { in ProcessAddToEntryQueueImpl() function in net::HttpCache