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

/external/webkit/Source/WebCore/dom/
H A DNode.cpp1718 AtomicString localNameAtom = name; local
1720 pair<NodeListsNodeData::TagNodeListCache::iterator, bool> result = data->nodeLists()->m_tagNodeListCache.add(QualifiedName(nullAtom, localNameAtom, namespaceURI).impl(), 0);
1724 RefPtr<TagNodeList> list = TagNodeList::create(this, namespaceURI.isEmpty() ? nullAtom : namespaceURI, localNameAtom);

Completed in 77 milliseconds