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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeListsNodeData.h118 NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, starAtom), nullptr);
135 return static_cast<T*>(m_atomicNameCaches.get(namedNodeListKey(collectionType, starAtom)));
151 void removeCache(LiveNodeListBase* list, CollectionType collectionType, const AtomicString& name = starAtom) argument

Completed in 52 milliseconds