/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | PresentationAttributeStyle.cpp | 164 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/ |
D | request.js | 138 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,
|
D | image_loader_client.js | 158 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/ |
D | Engine.java | 183 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/ |
D | ImageDecodingStore.cpp | 102 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()
|
D | ImageDecodingStore.h | 158 DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); } in cacheKey() function
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSFontFaceSource.cpp | 58 FontCacheKey key = fontDescription.cacheKey(FontFaceCreationParams()); in getFontData()
|
D | CSSSegmentedFontFace.cpp | 134 FontCacheKey key = fontDescription.cacheKey(FontFaceCreationParams(), desiredTraits); in getFontData()
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 841 … 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/ |
D | tzgnames.cpp | 841 … 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/ |
D | handshake_client.go | 117 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/ |
D | FontDescription.cpp | 155 FontCacheKey FontDescription::cacheKey(const FontFaceCreationParams& creationParams, FontTraits des… in cacheKey() function in blink::FontDescription
|
D | FontCache.cpp | 89 FontCacheKey key = fontDescription.cacheKey(creationParams); in getFontPlatformData()
|
D | FontDescription.h | 166 …FontCacheKey cacheKey(const FontFaceCreationParams&, FontTraits desiredTraits = FontTraits(0)) con…
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 390 GrResourceKey* cacheKey) { in createTexture() argument 411 if (NULL != cacheKey) { in createTexture() 412 *cacheKey = resourceKey; in createTexture()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrContext.cpp | 412 GrResourceKey* cacheKey) { in createTexture() argument 433 if (cacheKey) { in createTexture() 434 *cacheKey = resourceKey; in createTexture()
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrContext.h | 238 GrResourceKey* cacheKey = NULL);
|
/external/skia/include/gpu/ |
D | GrContext.h | 221 GrResourceKey* cacheKey = NULL);
|