Searched refs:AddToCache (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl_unittest.cc140 void AddToCache(SSL* ssl) { function in class:net::SSLSessionCacheOpenSSLTest
169 AddToCache(ssl.get());
183 AddToCache(ssl.get());
196 AddToCache(ssl.get());
214 AddToCache(ssl.get());
234 AddToCache(ssl.get());
249 AddToCache(ssl1.get());
255 AddToCache(ssl2.get());
276 AddToCache(ssl.get());
291 AddToCache(ssl
[all...]
/external/chromium_org/components/variations/
H A Dcaching_permuted_entropy_provider.h50 void AddToCache(uint32 randomization_seed, uint16 value) const;
H A Dcaching_permuted_entropy_provider.cc48 AddToCache(randomization_seed, value);
74 void CachingPermutedEntropyProvider::AddToCache(uint32 randomization_seed, function in class:metrics::CachingPermutedEntropyProvider
/external/chromium_org/net/quic/
H A Dquic_end_to_end_unittest.cc166 void AddToCache(const StringPiece& method, function in class:net::test::QuicEndToEndTest
234 AddToCache("GET", request_.url.spec(),
252 AddToCache("POST", request_.url.spec(),
271 AddToCache("POST", request_.url.spec(),
289 AddToCache("GET", request_.url.spec(),
/external/chromium_org/net/tools/quic/
H A Dquic_in_memory_cache_test.cc47 void AddToCache(const StringPiece& method, function in class:net::tools::test::QuicInMemoryCacheTest
81 AddToCache("GET", "https://www.google.com/bar",
H A Dend_to_end_test.cc225 AddToCache("GET", "https://www.google.com/foo",
227 AddToCache("GET", "https://www.google.com/bar",
374 void AddToCache(StringPiece method, function in class:net::tools::test::__anon9762::EndToEndTest
536 AddToCache("GET", huge_request, "HTTP/1.1", "200", "OK", kBarResponseBody);
548 AddToCache("GET", huge_request, "HTTP/1.1", "200", "OK", kBarResponseBody);
1077 AddToCache("GET", "/large_response", "HTTP/1.1", "200", "OK", large_body);;
1097 AddToCache("GET", "/small_response", "HTTP/1.1", "200", "OK", small_body);
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache.h123 void AddToCache(const base::FilePath& path, ShaderDiskCache* cache);
H A Dshader_disk_cache.cc457 void ShaderCacheFactory::AddToCache(const base::FilePath& key, function in class:content::ShaderCacheFactory
519 ShaderCacheFactory::GetInstance()->AddToCache(cache_path_, this);

Completed in 515 milliseconds