Searched defs:GetCache (Results 1 - 15 of 15) sorted by last modified time

/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp27 GrTextureStripAtlas::GetCache() { function in class:GrTextureStripAtlas
43 GetCache()->remove(entry->fKey, entry);
48 if (0 == GetCache()->count()) {
57 AtlasEntry* entry = GetCache()->find(key);
66 GetCache()->insert(key, entry);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp27 GrTextureStripAtlas::Hash* GrTextureStripAtlas::GetCache() { function in class:GrTextureStripAtlas
43 GetCache()->remove(entry->fKey);
48 if (0 == GetCache()->count()) {
57 AtlasEntry* entry = GetCache()->find(key);
66 GetCache()->add(entry);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.h112 static ThreadCache* GetCache();
409 inline ThreadCache* ThreadCache::GetCache() { function in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h107 static ThreadCache* GetCache();
382 inline ThreadCache* ThreadCache::GetCache() { function in class:tcmalloc::ThreadCache
/external/chromium_org/net/http/
H A Dfailing_http_transaction_factory.cc188 HttpCache* FailingHttpTransactionFactory::GetCache() { function in class:net::FailingHttpTransactionFactory
H A Dhttp_cache.cc476 HttpCache* HttpCache::GetCache() { function in class:net::HttpCache
H A Dhttp_network_layer.cc69 HttpCache* HttpNetworkLayer::GetCache() { function in class:net::HttpNetworkLayer
H A Dhttp_transaction_test_util.cc476 net::HttpCache* MockNetworkLayer::GetCache() { function in class:MockNetworkLayer
/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc347 static SSLSessionCacheOpenSSLImpl* GetCache(SSL_CTX* ctx) { function in class:net::SSLSessionCacheOpenSSLImpl
360 SSLSessionCacheOpenSSLImpl* cache = GetCache(ssl->ctx);
368 GetCache(ctx)->OnSessionRemoved(session);
389 if (!GetCache(ssl->ctx)->OnGenerateSessionId(id, *id_len))
/external/chromium_org/content/browser/appcache/
H A Dappcache_working_set.h34 AppCache* GetCache(int64 id) { function in class:content::AppCacheWorkingSet
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage.cc379 void ServiceWorkerCacheStorage::GetCache( function in class:content::ServiceWorkerCacheStorage
385 LazyInit(base::Bind(&ServiceWorkerCacheStorage::GetCache,
H A Dservice_worker_cache_storage_manager.cc83 void ServiceWorkerCacheStorageManager::GetCache( function in class:content::ServiceWorkerCacheStorageManager
92 cache_storage->GetCache(cache_name, callback);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsamples_model.py56 def GetCache(self): member in class:SamplesModel
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc50 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
51 GetCache()->GetIndexOfProfileWithPath(profile_path));
58 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
59 GetCache()->GetIndexOfProfileWithPath(profile_path));
73 base::string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex(
74 GetCache()->GetIndexOfProfileWithPath(profile_path));
83 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
84 GetCache()->GetIndexOfProfileWithPath(profile_path));
88 ProfileInfoCache* ProfileNameVerifierObserver::GetCache() { function in class:ProfileNameVerifierObserver
111 ProfileInfoCache* ProfileInfoCacheTest::GetCache() { function in class:ProfileInfoCacheTest
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction_factory.cc36 net::HttpCache* DevToolsNetworkTransactionFactory::GetCache() { function in class:DevToolsNetworkTransactionFactory
37 return network_layer_->GetCache();

Completed in 1616 milliseconds