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

  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction_factory.cc 36 net::HttpCache* DevToolsNetworkTransactionFactory::GetCache() {
37 return network_layer_->GetCache();
  /external/chromium_org/net/http/
http_network_layer.cc 69 HttpCache* HttpNetworkLayer::GetCache() {
failing_http_transaction_factory.cc 188 HttpCache* FailingHttpTransactionFactory::GetCache() {
http_transaction_test_util.cc 476 net::HttpCache* MockNetworkLayer::GetCache() {
http_cache.cc 476 HttpCache* HttpCache::GetCache() {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
samples_model.py 56 def GetCache(self):
  /external/chromium_org/content/browser/appcache/
appcache_working_set.h 34 AppCache* GetCache(int64 id) {
  /external/chromium_org/content/browser/service_worker/
service_worker_cache_storage_manager.cc 83 void ServiceWorkerCacheStorageManager::GetCache(
92 cache_storage->GetCache(cache_name, callback);
service_worker_cache_storage.cc 379 void ServiceWorkerCacheStorage::GetCache(
385 LazyInit(base::Bind(&ServiceWorkerCacheStorage::GetCache,
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 27 GrTextureStripAtlas::Hash* GrTextureStripAtlas::GetCache() {
43 GetCache()->remove(entry->fKey);
48 if (0 == GetCache()->count()) {
57 AtlasEntry* entry = GetCache()->find(key);
66 GetCache()->add(entry);
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 27 GrTextureStripAtlas::GetCache() {
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/chrome/browser/profiles/
profile_info_cache_unittest.cc 50 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() {
111 ProfileInfoCache* ProfileInfoCacheTest::GetCache() {
    [all...]
  /external/chromium_org/net/socket/
ssl_session_cache_openssl.cc 347 static SSLSessionCacheOpenSSLImpl* GetCache(SSL_CTX* ctx) {
360 SSLSessionCacheOpenSSLImpl* cache = GetCache(ssl->ctx);
368 GetCache(ctx)->OnSessionRemoved(session);
389 if (!GetCache(ssl->ctx)->OnGenerateSessionId(id, *id_len))
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 112 static ThreadCache* GetCache();
409 inline ThreadCache* ThreadCache::GetCache() {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 107 static ThreadCache* GetCache();
382 inline ThreadCache* ThreadCache::GetCache() {

Completed in 907 milliseconds