HomeSort by relevance Sort by last modified time
    Searched refs:DiskCacheBasedQuicServerInfo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
disk_cache_based_quic_server_info.cc 22 // Unfortunately, DiskCacheBasedQuicServerInfo may be deleted before the
26 // APIs to write into even if the originating DiskCacheBasedQuicServerInfo
36 // when the DiskCacheBasedQuicServerInfo object is deleted.
39 struct DiskCacheBasedQuicServerInfo::CacheOperationDataShim {
46 DiskCacheBasedQuicServerInfo::DiskCacheBasedQuicServerInfo(
53 base::Bind(&DiskCacheBasedQuicServerInfo::OnIOComplete,
65 void DiskCacheBasedQuicServerInfo::Start() {
71 int DiskCacheBasedQuicServerInfo::WaitForDataReady(
90 bool DiskCacheBasedQuicServerInfo::IsDataReady()
    [all...]
disk_cache_based_quic_server_info.h 23 // DiskCacheBasedQuicServerInfo fetches information about a QUIC server from
26 class NET_EXPORT_PRIVATE DiskCacheBasedQuicServerInfo
30 DiskCacheBasedQuicServerInfo(const QuicServerId& server_id,
58 virtual ~DiskCacheBasedQuicServerInfo();
87 base::WeakPtrFactory<DiskCacheBasedQuicServerInfo> weak_factory_;
disk_cache_based_quic_server_info_unittest.cc 53 // Tests that we can delete a DiskCacheBasedQuicServerInfo object in a
54 // completion callback for DiskCacheBasedQuicServerInfo::WaitForDataReady.
55 TEST(DiskCacheBasedQuicServerInfo, DeleteInCallback) {
62 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
73 TEST(DiskCacheBasedQuicServerInfo, Update) {
80 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
104 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
120 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
138 TEST(DiskCacheBasedQuicServerInfo, UpdateDifferentPorts) {
147 new DiskCacheBasedQuicServerInfo(server_id1, cache.http_cache()))
    [all...]
http_cache.cc 280 return new DiskCacheBasedQuicServerInfo(server_id, http_cache_);
    [all...]

Completed in 153 milliseconds