HomeSort by relevance Sort by last modified time
    Searched defs:DiskCacheBasedQuicServerInfo (Results 1 - 2 of 2) 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_;

Completed in 196 milliseconds