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

  /external/chromium/net/http/
http_transaction_factory.h 28 virtual HttpCache* GetCache() = 0;
http_network_layer.h 61 virtual HttpCache* GetCache();
http_network_layer.cc 150 HttpCache* HttpNetworkLayer::GetCache() {
http_transaction_unittest.h 205 virtual net::HttpCache* GetCache();
http_cache.h 187 virtual HttpCache* GetCache();
http_transaction_unittest.cc 334 net::HttpCache* MockNetworkLayer::GetCache() {
http_cache.cc 479 HttpCache* HttpCache::GetCache() {
    [all...]
  /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);
GrTextureStripAtlas.h 151 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
  /external/chromium/net/url_request/
view_cache_helper_unittest.cc 91 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
186 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
view_cache_helper.cc 216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
  /external/chromium/chrome/browser/
browsing_data_remover.cc 395 rv = factory->GetCache()->GetBackend(&cache_, &cache_callback_);
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 107 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 92 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
    [all...]

Completed in 1407 milliseconds