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

/external/webkit/Source/WebCore/dom/
H A DNodeRareData.h50 typedef HashMap<String, NameNodeList*> NameNodeListCache; typedef in struct:WebCore::NodeListsNodeData
51 NameNodeListCache m_nameNodeListCache;
H A DNode.cpp1737 pair<NodeListsNodeData::NameNodeListCache::iterator, bool> result = data->nodeLists()->m_nameNodeListCache.add(elementName, 0);
2444 NameNodeListCache::iterator nameCacheEnd = m_nameNodeListCache.end();
2445 for (NameNodeListCache::iterator it = m_nameNodeListCache.begin(); it != nameCacheEnd; ++it)
2471 NameNodeListCache::const_iterator nameCacheEnd = m_nameNodeListCache.end();
2472 for (NameNodeListCache::const_iterator it = m_nameNodeListCache.begin(); it != nameCacheEnd; ++it) {

Completed in 120 milliseconds