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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.h 31 struct QualifiedNameComponents {
38 // For hashing and equality only the QualifiedNameComponents fields are used.
40 QualifiedNameComponents m_components;
149 inline unsigned hashComponents(const QualifiedNameComponents& buf)
151 return StringHasher::hashMemory<sizeof(QualifiedNameComponents)>(&buf);
QualifiedName.cpp 78 const QualifiedNameComponents& components = data.m_components;
138 QualifiedNameComponents components = { m_prefix.impl(), m_localName.impl(), m_namespace.impl() };
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 261 QualifiedNameComponents components = { nullAtom.impl(), key.localName().impl(), key.namespaceURI().impl() };

Completed in 64 milliseconds