HomeSort by relevance Sort by last modified time
    Searched refs:attributeHash (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementDataCache.cpp 36 inline unsigned attributeHash(const Vector<Attribute>& attributes)
52 ShareableElementDataCache::ValueType* it = m_shareableElementDataCache.add(attributeHash(attributes), nullptr).storedValue;
PresentationAttributeStyle.cpp 154 unsigned attributeHash = StringHasher::hashMemory(key.attributesAndValues.data(), key.attributesAndValues.size() * sizeof(key.attributesAndValues[0]));
155 return WTF::pairIntHash(key.tagName->existingHash(), attributeHash);
  /libcore/luni/src/main/java/java/text/
FieldPosition.java 105 int attributeHash = (attribute == null) ? 0 : attribute.hashCode();
106 return attributeHash + field * 10 + beginIndex * 100 + endIndex;

Completed in 2904 milliseconds