Searched refs:attributeHash (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementDataCache.cpp36 inline unsigned attributeHash(const Vector<Attribute>& attributes) function in namespace:blink
52 ShareableElementDataCache::ValueType* it = m_shareableElementDataCache.add(attributeHash(attributes), nullptr).storedValue;
H A DPresentationAttributeStyle.cpp154 unsigned attributeHash = StringHasher::hashMemory(key.attributesAndValues.data(), key.attributesAndValues.size() * sizeof(key.attributesAndValues[0])); local
155 return WTF::pairIntHash(key.tagName->existingHash(), attributeHash);

Completed in 2531 milliseconds