Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp151 …unsigned attributeHash = StringHasher::hashMemory(key.attributesAndValues.data(), key.attributesAn… in computePresentationAttributeCacheHash() local
152 return WTF::pairIntHash(key.tagName->existingHash(), attributeHash); in computePresentationAttributeCacheHash()