Searched defs:DiskCacheBasedQuicServerInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.cc22 // 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( function in class:net::DiskCacheBasedQuicServerInfo
60 base::Bind(&DiskCacheBasedQuicServerInfo::OnIOComplete,
65 void DiskCacheBasedQuicServerInfo::Start() {
71 int DiskCacheBasedQuicServerInfo::WaitForDataReady(
90 bool DiskCacheBasedQuicServerInfo
[all...]
H A Ddisk_cache_based_quic_server_info.h23 // DiskCacheBasedQuicServerInfo fetches information about a QUIC server from
26 class NET_EXPORT_PRIVATE DiskCacheBasedQuicServerInfo class in namespace:net
30 DiskCacheBasedQuicServerInfo(const QuicServerId& server_id,
58 virtual ~DiskCacheBasedQuicServerInfo();
102 base::WeakPtrFactory<DiskCacheBasedQuicServerInfo> weak_factory_;

Completed in 1819 milliseconds