Home
last modified time | relevance | path

Searched defs:cacheName (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/
DcacheStoragePolyfill.js84 CacheStorage.prototype.match = function(url, cacheName) { argument
/external/glide/library/src/main/java/com/bumptech/glide/
DGlide.java116 public static File getPhotoCacheDir(Context context, String cacheName) { in getPhotoCacheDir()