Searched refs:presentationAttributeCache (Results 1 – 1 of 1) sorted by relevance
67 static PresentationAttributeCache& presentationAttributeCache() in presentationAttributeCache() function84 if (presentationAttributeCache().size() < minimumPresentationAttributeCacheSizeForCleaning) in didHitPresentationAttributeCache()105 presentationAttributeCache().clear(); in cleanCache()168 cacheIterator = presentationAttributeCache().add(cacheHash, nullptr).iterator; in computePresentationAttributeStyle()172 cacheIterator = presentationAttributeCache().end(); in computePresentationAttributeStyle()196 if (presentationAttributeCache().size() > presentationAttributeCacheMaximumSize) { in computePresentationAttributeStyle()199 presentationAttributeCache().clear(); in computePresentationAttributeStyle()200 presentationAttributeCache().set(cacheHash, newEntry.release()); in computePresentationAttributeStyle()