Searched defs:makeCacheKey (Results 1 - 2 of 2) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java50 String filePathMapKey = makeCacheKey(loadPaths, filename);
67 String filePathMapKey = makeCacheKey(loadPaths, filename);
76 public static String makeCacheKey(List<String> loadPaths, String filename) { method in class:LoadPathToFileCache
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.h150 static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const SkISize& size) function in class:blink::ImageDecodingStore::FINAL
154 static DecoderCacheKey makeCacheKey(const ImageFrameGenerator* generator, const ImageDecoder* decoder) function in class:blink::ImageDecodingStore::FINAL
158 DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); }

Completed in 717 milliseconds