Searched refs:GetCache (Results 1 - 25 of 48) sorted by relevance

12

/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...]
H A Dgaia_info_update_service_unittest.cc84 size_t index = GetCache()->GetIndexOfProfileWithPath(profile->GetPath());
85 GetCache()->SetProfileIsUsingDefaultNameAtIndex(index, true);
127 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
128 EXPECT_EQ(full_name, GetCache()->GetGAIANameOfProfileAtIndex(index));
129 EXPECT_EQ(given_name, GetCache()->GetGAIAGivenNameOfProfileAtIndex(index));
167 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
168 EXPECT_EQ(name, GetCache()->GetGAIANameOfProfileAtIndex(index));
169 EXPECT_EQ(given_name, GetCache()->GetGAIAGivenNameOfProfileAtIndex(index));
171 image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index)));
176 size_t index = GetCache()
[all...]
H A Dprofile_info_cache_unittest.h42 ProfileInfoCache* GetCache();
56 ProfileInfoCache* GetCache();
/external/chromium_org/net/http/
H A Dhttp_transaction_factory.h29 virtual HttpCache* GetCache() = 0;
H A Dfailing_http_transaction_factory.h32 virtual HttpCache* GetCache() OVERRIDE;
H A Dhttp_network_layer.h48 virtual HttpCache* GetCache() OVERRIDE;
H A Dhttp_network_layer.cc69 HttpCache* HttpNetworkLayer::GetCache() { function in class:net::HttpNetworkLayer
/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();
H A Ddevtools_network_transaction_factory.h33 virtual net::HttpCache* GetCache() OVERRIDE;
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.cc72 http_transaction_factory()->GetCache()->GetCurrentBackend();
110 http_transaction_factory()->GetCache()->CloseAllConnections();
123 http_transaction_factory()->GetCache();
/external/chromium_org/android_webview/browser/
H A Dnet_disk_cache_remover.cc42 http_transaction_factory()->GetCache()->GetBackend(backend_ptr, callback);
/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);
H A DGrTextureStripAtlas.h155 static Hash* GetCache();
/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);
H A DGrTextureStripAtlas.h154 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage_manager.cc83 void ServiceWorkerCacheStorageManager::GetCache( function in class:content::ServiceWorkerCacheStorageManager
92 cache_storage->GetCache(cache_name, callback);
H A Dservice_worker_cache_storage_manager.h52 void GetCache(
H A Dservice_worker_cache_storage.h69 void GetCache(const std::string& cache_name,
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dsamples_data_source.py69 cache = self._platform_bundle.GetSamplesModel(platform).GetCache()
/external/chromium_org/content/browser/appcache/
H A Dappcache_working_set.h34 AppCache* GetCache(int64 id) { function in class:content::AppCacheWorkingSet
H A Dappcache_storage_unittest.cc32 service.storage()->working_set()->GetCache(111));
36 EXPECT_TRUE(!service.storage()->working_set()->GetCache(111));
/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/renderer/
H A Dbrowser_render_view_browsertest.cc85 getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
119 getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
/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

Completed in 7211 milliseconds

12