Searched refs:CacheInfo (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/bindings/js/ |
D | JSSVGPODTypeWrapper.h | 322 typedef PODTypeWrapperCacheInfo<PODType, PODTypeCreator> CacheInfo; typedef 324 static unsigned hash(const CacheInfo& info) in hash() 326 …return StringImpl::computeHash(reinterpret_cast<const UChar*>(&info), sizeof(CacheInfo) / sizeof(U… in hash() 329 static bool equal(const CacheInfo& a, const CacheInfo& b) in equal() 339 typedef PODTypeWrapperCacheInfo<PODType, PODTypeCreator> CacheInfo; typedef 344 static const CacheInfo& emptyValue() in emptyValue() 346 DEFINE_STATIC_LOCAL(CacheInfo, key, ()); in emptyValue() 350 static void constructDeletedValue(CacheInfo& slot) in constructDeletedValue() 352 new (&slot) CacheInfo(WTF::HashTableDeletedValue); in constructDeletedValue() 355 static bool isDeletedValue(const CacheInfo& value) in isDeletedValue() [all …]
|
/external/webkit/WebCore/bindings/v8/ |
D | V8SVGPODTypeWrapper.h | 320 typedef PODTypeWrapperCacheInfo<PODType, PODTypeCreator> CacheInfo; typedef 325 static const CacheInfo& emptyValue() in emptyValue() 327 DEFINE_STATIC_LOCAL(CacheInfo, key, ()); in emptyValue() 331 static void constructDeletedValue(CacheInfo& slot) in constructDeletedValue() 333 new (&slot) CacheInfo(WTF::HashTableDeletedValue); in constructDeletedValue() 336 static bool isDeletedValue(const CacheInfo& value) in isDeletedValue() 348 typedef PODTypeWrapperCacheInfo<PODType, PODTypeCreator> CacheInfo; typedef 355 … typedef HashMap<CacheInfo, DynamicWrapper*, CacheInfoHash, CacheInfoTraits> DynamicWrapperHashMap; 368 CacheInfo info(creator, getter, setter, fieldHash); in lookupOrCreateWrapper()
|