/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | PresentationAttributeStyle.cpp | 161 PresentationAttributeCacheKey cacheKey; in computePresentationAttributeStyle() local 162 makePresentationAttributeCacheKey(element, cacheKey); in computePresentationAttributeStyle() 164 unsigned cacheHash = computePresentationAttributeCacheHash(cacheKey); in computePresentationAttributeStyle() 169 if (cacheIterator->value && cacheIterator->value->key != cacheKey) in computePresentationAttributeStyle() 192 newEntry->key = cacheKey; in computePresentationAttributeStyle()
|
D | DocumentSharedObjectPool.cpp | 73 ShareableElementDataCacheKey cacheKey(attributes.data(), attributes.size()); in cachedShareableElementDataWithAttributes() local 74 unsigned cacheHash = cacheKey.hash(); in cachedShareableElementDataWithAttributes() 77 if (cacheIterator->value && cacheIterator->value->key != cacheKey) in cachedShareableElementDataWithAttributes()
|
/external/chromium_org/chrome/browser/resources/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/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageDecodingStore.cpp | 143 ImageCacheMap::iterator iter = m_imageCacheMap.find(newCacheEntry->cacheKey()); in insertAndLockCache() 204 ASSERT(!m_decoderCacheMap.contains(newCacheEntry->cacheKey())); in insertDecoder() 368 typename U::KeyType key = cacheEntry->cacheKey(); in insertCacheInternal() 395 iter->value.remove(cacheEntry->cacheKey()); in removeFromCacheInternal() 400 deletionList->append(cacheMap->take(cacheEntry->cacheKey())); in removeFromCacheInternal()
|
D | ImageDecodingStore.h | 217 …ImageCacheKey cacheKey() const { return makeCacheKey(m_generator, m_cachedImage->scaledSize(), m_c… in cacheKey() function 250 DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); } in cacheKey() function
|
/external/icu4c/i18n/ |
D | tzgnames.cpp | 848 … PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); in getPartialLocationName() local 849 if (cacheKey != NULL) { in getPartialLocationName() 850 cacheKey->tzID = key.tzID; in getPartialLocationName() 851 cacheKey->mzID = key.mzID; in getPartialLocationName() 852 cacheKey->isLong = key.isLong; in getPartialLocationName() 853 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status); in getPartialLocationName() 855 uprv_free(cacheKey); in getPartialLocationName()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontDescription.cpp | 159 FontCacheKey FontDescription::cacheKey(const AtomicString& familyName, FontTraitsMask desiredTraits… in cacheKey() function in WebCore::FontDescription
|
D | FontCache.cpp | 91 FontCacheKey key = fontDescription.cacheKey(familyName); in getFontPlatformData()
|
D | FontDescription.h | 143 …FontCacheKey cacheKey(const AtomicString& familyName, FontTraitsMask desiredTraits = static_cast<F…
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | colldata.h | 425 CollData(UCollator *collator, char *cacheKey, int32_t cachekeyLength, UErrorCode &status);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSSegmentedFontFace.cpp | 125 FontCacheKey key = fontDescription.cacheKey(emptyFontFamily, desiredTraitsMask); in getFontData()
|
D | CSSFontFaceSource.cpp | 145 FontCacheKey key = fontDescription.cacheKey(emptyFontFamily); in getFontData()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | colldata.cpp | 643 CollData::CollData(UCollator *collator, char *cacheKey, int32_t cacheKeyLength, UErrorCode &status) in CollData() argument 693 ARRAY_COPY(key, cacheKey, cacheKeyLength); in CollData()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrContext.cpp | 373 GrResourceKey* cacheKey) { in createTexture() argument 393 if (NULL != cacheKey) { in createTexture() 394 *cacheKey = resourceKey; in createTexture()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 373 GrResourceKey* cacheKey) { in createTexture() argument 393 if (NULL != cacheKey) { in createTexture() 394 *cacheKey = resourceKey; in createTexture()
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrContext.h | 137 GrResourceKey* cacheKey = NULL);
|
/external/skia/include/gpu/ |
D | GrContext.h | 137 GrResourceKey* cacheKey = NULL);
|