presentationAttributeCache   84 Source/core/dom/PresentationAttributeStyle.cpp         if (presentationAttributeCache().size() < minimumPresentationAttributeCacheSizeForCleaning)
presentationAttributeCache  105 Source/core/dom/PresentationAttributeStyle.cpp         presentationAttributeCache().clear();
presentationAttributeCache  168 Source/core/dom/PresentationAttributeStyle.cpp         cacheValue = presentationAttributeCache().add(cacheHash, nullptr).storedValue;
presentationAttributeCache  196 Source/core/dom/PresentationAttributeStyle.cpp     if (presentationAttributeCache().size() > presentationAttributeCacheMaximumSize) {
presentationAttributeCache  199 Source/core/dom/PresentationAttributeStyle.cpp         presentationAttributeCache().clear();
presentationAttributeCache  200 Source/core/dom/PresentationAttributeStyle.cpp         presentationAttributeCache().set(cacheHash, newEntry.release());