Home
last modified time | relevance | path

Searched refs:UpdateCache (Results 1 – 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Daddrcache.cc118 void VCDiffAddressCache::UpdateCache(VCDAddress address) { in UpdateCache() function in open_vcdiff::VCDiffAddressCache
177 UpdateCache(address); in EncodeAddress()
206 UpdateCache(address); in EncodeAddress()
327 UpdateCache(decoded_address); in DecodeAddress()
Daddrcache.h162 void UpdateCache(VCDAddress address);
Daddrcache_test.cc227 cache_.UpdateCache(test_address); in TEST_F()
243 cache_.UpdateCache(INT_MAX); in TEST_F()
/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_service.cc361 UpdateCache(); in IsInCache()
368 UpdateCache(); in GetValidCachedResult()
386 void ClientSideDetectionService::UpdateCache() { in UpdateCache() function in safe_browsing::ClientSideDetectionService
Dclient_side_detection_service.h209 void UpdateCache();
Dclient_side_detection_service_unittest.cc131 csd_service_->UpdateCache(); in TestCache()