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

  /external/chromium/base/
path_service.h 61 static void AddToCache(int key, const FilePath& path);
path_service.cc 159 void PathService::AddToCache(int key, const FilePath& path) {
202 AddToCache(key, path);
  /external/chromium_org/chrome/common/metrics/
caching_permuted_entropy_provider.h 50 void AddToCache(uint32 randomization_seed, uint16 value) const;
caching_permuted_entropy_provider.cc 48 AddToCache(randomization_seed, value);
76 void CachingPermutedEntropyProvider::AddToCache(uint32 randomization_seed,
  /external/chromium_org/net/tools/quic/
quic_in_memory_cache_test.cc 46 void AddToCache(const StringPiece& method,
80 AddToCache("GET", "https://www.google.com/bar",
end_to_end_test.cc 126 AddToCache("GET", kLargeRequest, "HTTP/1.1", "200", "OK", kFooResponseBody);
127 AddToCache("GET", "https://www.google.com/foo",
129 AddToCache("GET", "https://www.google.com/bar",
174 void AddToCache(const StringPiece& method,
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.h 123 void AddToCache(const base::FilePath& path, ShaderDiskCache* cache);
shader_disk_cache.cc 449 void ShaderCacheFactory::AddToCache(const base::FilePath& key,
511 ShaderCacheFactory::GetInstance()->AddToCache(cache_path_, this);

Completed in 203 milliseconds