Home
last modified time | relevance | path

Searched refs:cacheKey (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp164 PresentationAttributeCacheKey cacheKey; in computePresentationAttributeStyle() local
165 makePresentationAttributeCacheKey(element, cacheKey); in computePresentationAttributeStyle()
167 unsigned cacheHash = computePresentationAttributeCacheHash(cacheKey); in computePresentationAttributeStyle()
172 if (cacheValue->value && cacheValue->value->key != cacheKey) in computePresentationAttributeStyle()
194 newEntry->key = cacheKey; in computePresentationAttributeStyle()
/external/chromium_org/ui/file_manager/image_loader/
Drequest.js138 var cacheKey = Cache.createKey(this.request_);
143 this.cache_.removeImage(cacheKey);
154 this.cache_.loadImage(cacheKey,
172 var cacheKey = Cache.createKey(this.request_);
173 this.cache_.saveImage(cacheKey,
Dimage_loader_client.js158 var cacheKey = ImageLoaderClient.Cache.createKey(url, opt_options);
162 var cachedData = this.cache_.loadImage(cacheKey, opt_options.timestamp);
173 this.cache_.removeImage(cacheKey);
191 this.cache_.saveImage(cacheKey, result.data, opt_options.timestamp);
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngine.java183 public void onResourceReleased(Key cacheKey, Resource resource) { in onResourceReleased() argument
185 Log.v(TAG, "released: " + cacheKey); in onResourceReleased()
187 activeResources.remove(cacheKey); in onResourceReleased()
190 Log.v(TAG, "recaching: " + cacheKey); in onResourceReleased()
192 cache.put(cacheKey, resource); in onResourceReleased()
195 Log.v(TAG, "recycling: " + cacheKey); in onResourceReleased()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageDecodingStore.cpp102 ASSERT(!m_decoderCacheMap.contains(newCacheEntry->cacheKey())); in insertDecoder()
226 typename U::KeyType key = cacheEntry->cacheKey(); in insertCacheInternal()
245 iter->value.remove(cacheEntry->cacheKey()); in removeFromCacheInternal()
250 deletionList->append(cacheMap->take(cacheEntry->cacheKey())); in removeFromCacheInternal()
DImageDecodingStore.h158 DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); } in cacheKey() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFaceSource.cpp58 FontCacheKey key = fontDescription.cacheKey(FontFaceCreationParams()); in getFontData()
DCSSSegmentedFontFace.cpp134 FontCacheKey key = fontDescription.cacheKey(FontFaceCreationParams(), desiredTraits); in getFontData()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp841 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
842 if (cacheKey != NULL) { in getPartialLocationName()
843 cacheKey->tzID = key.tzID; in getPartialLocationName()
844 cacheKey->mzID = key.mzID; in getPartialLocationName()
845 cacheKey->isLong = key.isLong; in getPartialLocationName()
846 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()
848 uprv_free(cacheKey); in getPartialLocationName()
/external/chromium_org/third_party/icu/source/i18n/
Dtzgnames.cpp841 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local
842 if (cacheKey != NULL) { in getPartialLocationName()
843 cacheKey->tzID = key.tzID; in getPartialLocationName()
844 cacheKey->mzID = key.mzID; in getPartialLocationName()
845 cacheKey->isLong = key.isLong; in getPartialLocationName()
846 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName()
848 uprv_free(cacheKey); in getPartialLocationName()
/external/chromium_org/third_party/boringssl/src/ssl/test/runner/
Dhandshake_client.go117 var cacheKey string
128 cacheKey = clientSessionCacheKey(c.conn.RemoteAddr(), c.config)
129 candidateSession, ok := sessionCache.Get(cacheKey)
279 sessionCache.Put(cacheKey, hs.session)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp155 FontCacheKey FontDescription::cacheKey(const FontFaceCreationParams& creationParams, FontTraits des… in cacheKey() function in blink::FontDescription
DFontCache.cpp89 FontCacheKey key = fontDescription.cacheKey(creationParams); in getFontPlatformData()
DFontDescription.h166 …FontCacheKey cacheKey(const FontFaceCreationParams&, FontTraits desiredTraits = FontTraits(0)) con…
/external/skia/src/gpu/
DGrContext.cpp390 GrResourceKey* cacheKey) { in createTexture() argument
411 if (NULL != cacheKey) { in createTexture()
412 *cacheKey = resourceKey; in createTexture()
/external/chromium_org/third_party/skia/src/gpu/
DGrContext.cpp412 GrResourceKey* cacheKey) { in createTexture() argument
433 if (cacheKey) { in createTexture()
434 *cacheKey = resourceKey; in createTexture()
/external/chromium_org/third_party/skia/include/gpu/
DGrContext.h238 GrResourceKey* cacheKey = NULL);
/external/skia/include/gpu/
DGrContext.h221 GrResourceKey* cacheKey = NULL);