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

  /external/chromium/net/http/
http_network_layer.cc 150 HttpCache* HttpNetworkLayer::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);

Completed in 72 milliseconds