Home
last modified time | relevance | path

Searched defs:OpenOrCreateEntry (Results 1 – 11 of 11) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Din_flight_backend_io.cc130 void BackendIO::OpenOrCreateEntry(const std::string& key) { in OpenOrCreateEntry() function in disk_cache::BackendIO
443 void InFlightBackendIO::OpenOrCreateEntry(const std::string& key, in OpenOrCreateEntry() function in disk_cache::InFlightBackendIO
Dbackend_impl.cc1229 EntryResult BackendImpl::OpenOrCreateEntry( in OpenOrCreateEntry() function in disk_cache::BackendImpl
/external/cronet/net/disk_cache/memory/
Dmem_backend_impl.cc161 EntryResult MemBackendImpl::OpenOrCreateEntry(const std::string& key, in OpenOrCreateEntry() function in disk_cache::MemBackendImpl
/external/cronet/net/disk_cache/
Ddisk_cache_test_base.cc128 disk_cache::EntryResult DiskCacheTestWithCache::OpenOrCreateEntry( in OpenOrCreateEntry() function in DiskCacheTestWithCache
Ddisk_cache_fuzzer.proto102 message OpenOrCreateEntry { message
/external/cronet/net/http/
Dmock_http_cache.cc393 disk_cache::EntryResult MockDiskCache::OpenOrCreateEntry( in OpenOrCreateEntry() function in net::MockDiskCache
Dhttp_cache.cc797 int HttpCache::OpenOrCreateEntry(const std::string& key, in OpenOrCreateEntry() function in net::HttpCache
Dhttp_cache_unittest.cc800 int OpenOrCreateEntry(HttpCache* cache, in OpenOrCreateEntry() function in net::HttpCacheIOCallbackTest
/external/cronet/net/disk_cache/simple/
Dsimple_backend_impl.cc434 EntryResult SimpleBackendImpl::OpenOrCreateEntry( in OpenOrCreateEntry() function in disk_cache::SimpleBackendImpl
Dsimple_entry_impl.cc236 EntryResult SimpleEntryImpl::OpenOrCreateEntry(EntryResultCallback callback) { in OpenOrCreateEntry() function in disk_cache::SimpleEntryImpl
Dsimple_synchronous_entry.cc417 void SimpleSynchronousEntry::OpenOrCreateEntry( in OpenOrCreateEntry() function in disk_cache::SimpleSynchronousEntry