Searched defs:cacheKey (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.cpp159 FontCacheKey FontDescription::cacheKey(const AtomicString& familyName, FontTraitsMask desiredTraits) const function in class:WebCore::FontDescription
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPresentationAttributeStyle.cpp161 PresentationAttributeCacheKey cacheKey; local
162 makePresentationAttributeCacheKey(element, cacheKey);
164 unsigned cacheHash = computePresentationAttributeCacheHash(cacheKey);
169 if (cacheIterator->value && cacheIterator->value->key != cacheKey)
192 newEntry->key = cacheKey;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.h217 ImageCacheKey cacheKey() const { return makeCacheKey(m_generator, m_cachedImage->scaledSize(), m_cachedImage->index(), m_cachedImage->generation()); } function in class:WebCore::ImageDecodingStore::ImageCacheEntry
250 DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); } function in class:WebCore::ImageDecodingStore::DecoderCacheEntry
/external/chromium_org/third_party/icu/source/i18n/
H A Dcolldata.cpp643 CollData::CollData(UCollator *collator, char *cacheKey, int32_t cacheKeyLength, UErrorCode &status) argument
693 ARRAY_COPY(key, cacheKey, cacheKeyLength);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp373 GrResourceKey* cacheKey) {
393 if (NULL != cacheKey) {
394 *cacheKey = resourceKey;
368 createTexture(const GrTextureParams* params, const GrTextureDesc& desc, const GrCacheID& cacheID, void* srcData, size_t rowBytes, GrResourceKey* cacheKey) argument
/external/icu4c/i18n/
H A Dtzgnames.cpp848 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); local
849 if (cacheKey != NULL) {
850 cacheKey->tzID = key.tzID;
851 cacheKey->mzID = key.mzID;
852 cacheKey->isLong = key.isLong;
853 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
855 uprv_free(cacheKey);
/external/skia/src/gpu/
H A DGrContext.cpp373 GrResourceKey* cacheKey) {
393 if (NULL != cacheKey) {
394 *cacheKey = resourceKey;
368 createTexture(const GrTextureParams* params, const GrTextureDesc& desc, const GrCacheID& cacheID, void* srcData, size_t rowBytes, GrResourceKey* cacheKey) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 271 milliseconds