Searched refs:m_nameCache (Results 1 – 2 of 2) sorted by relevance
74 …Vector<Element*>* nameCache(const AtomicString& name) const { return m_nameCache.get(name.impl());… in nameCache()76 …void appendNameCache(const AtomicString& name, Element* element) const { append(m_nameCache, name,… in appendNameCache()87 mutable NodeCacheMap m_nameCache; variable
58 cacheBase->m_nameCache.clear(); in invalidateCache()67 cacheBase->m_nameCache.clear(); in invalidateIdNameCacheMaps()