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

  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.cc 108 // UpdateCache (called cache_update in the RFC examples) exactly match
116 // these bounds have been checked before calling UpdateCache.
118 void VCDiffAddressCache::UpdateCache(VCDAddress address) {
177 UpdateCache(address);
206 UpdateCache(address);
327 UpdateCache(decoded_address);
addrcache.h 162 void UpdateCache(VCDAddress address);
addrcache_test.cc 227 cache_.UpdateCache(test_address);
243 cache_.UpdateCache(INT_MAX);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 250 void UpdateCache();
client_side_detection_service.cc 504 UpdateCache();
511 UpdateCache();
531 void ClientSideDetectionService::UpdateCache() {
client_side_detection_service_unittest.cc 185 csd_service_->UpdateCache();

Completed in 767 milliseconds