Searched defs:CacheInfo (Results 1 – 4 of 4) sorted by relevance
98 struct CacheInfo { struct103 CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { } in CacheInfo() argument115 virtual void getAssociatedCacheInfo(CacheInfo*) { } in getAssociatedCacheInfo() argument
76 struct CacheInfo { struct77 CacheInfo(const KURL& manifest, double creationTime, double updateTime, long long size) in CacheInfo() function82 KURL m_manifest;83 double m_creationTime;84 double m_updateTime;85 long long m_size;
754 void PrivetHTTPClientImpl::CacheInfo(const base::DictionaryValue* cached_info) { in CacheInfo() function in local_discovery::PrivetHTTPClientImpl
929 NonLocalPointerInfo *CacheInfo = &Pair.first->second; in getNonLocalPointerDepFromBB() local