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.cpp161 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()
DDocumentSharedObjectPool.cpp73 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/
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/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageDecodingStore.cpp143 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()
DImageDecodingStore.h217 …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/
Dtzgnames.cpp848 … 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/
DFontDescription.cpp159 FontCacheKey FontDescription::cacheKey(const AtomicString& familyName, FontTraitsMask desiredTraits… in cacheKey() function in WebCore::FontDescription
DFontCache.cpp91 FontCacheKey key = fontDescription.cacheKey(familyName); in getFontPlatformData()
DFontDescription.h143 …FontCacheKey cacheKey(const AtomicString& familyName, FontTraitsMask desiredTraits = static_cast<F…
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dcolldata.h425 CollData(UCollator *collator, char *cacheKey, int32_t cachekeyLength, UErrorCode &status);
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSegmentedFontFace.cpp125 FontCacheKey key = fontDescription.cacheKey(emptyFontFamily, desiredTraitsMask); in getFontData()
DCSSFontFaceSource.cpp145 FontCacheKey key = fontDescription.cacheKey(emptyFontFamily); in getFontData()
/external/chromium_org/third_party/icu/source/i18n/
Dcolldata.cpp643 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/
DGrContext.cpp373 GrResourceKey* cacheKey) { in createTexture() argument
393 if (NULL != cacheKey) { in createTexture()
394 *cacheKey = resourceKey; in createTexture()
/external/skia/src/gpu/
DGrContext.cpp373 GrResourceKey* cacheKey) { in createTexture() argument
393 if (NULL != cacheKey) { in createTexture()
394 *cacheKey = resourceKey; in createTexture()
/external/chromium_org/third_party/skia/include/gpu/
DGrContext.h137 GrResourceKey* cacheKey = NULL);
/external/skia/include/gpu/
DGrContext.h137 GrResourceKey* cacheKey = NULL);