Home
last modified time | relevance | path

Searched refs:presentationAttributeCache (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp67 static PresentationAttributeCache& presentationAttributeCache() in presentationAttributeCache() function
84 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()