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

  /external/chromium/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/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/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/chrome/browser/safe_browsing/
client_side_detection_service.h 209 void UpdateCache();
client_side_detection_service.cc 361 UpdateCache();
368 UpdateCache();
386 void ClientSideDetectionService::UpdateCache() {
client_side_detection_service_unittest.cc 131 csd_service_->UpdateCache();
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 253 void UpdateCache();
client_side_detection_service.cc 528 UpdateCache();
535 UpdateCache();
555 void ClientSideDetectionService::UpdateCache() {
client_side_detection_service_unittest.cc 180 csd_service_->UpdateCache();

Completed in 207 milliseconds