Searched defs:QualifiedNameComponents (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DQualifiedName.h29 struct QualifiedNameComponents { struct in namespace:WebCore
114 inline unsigned hashComponents(const QualifiedNameComponents& buf)
116 return StringHasher::hashMemory<sizeof(QualifiedNameComponents)>(&buf);
124 QualifiedNameComponents c = { name->m_prefix.impl(), name->m_localName.impl(), name->m_namespace.impl() };

Completed in 42 milliseconds