attributeHash 50 Source/core/dom/ElementDataCache.cpp ShareableElementDataCache::ValueType* it = m_shareableElementDataCache.add(attributeHash(attributes), nullptr).storedValue; attributeHash 151 Source/core/dom/PresentationAttributeStyle.cpp unsigned attributeHash = StringHasher::hashMemory(key.attributesAndValues.data(), key.attributesAndValues.size() * sizeof(key.attributesAndValues[0])); attributeHash 152 Source/core/dom/PresentationAttributeStyle.cpp return WTF::pairIntHash(key.tagName->existingHash(), attributeHash);