Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DNodeRareData.h51 typedef HashMap<String, NameNodeList*> NameNodeListCache; typedef
52 NameNodeListCache m_nameNodeListCache;
H A DNode.cpp1846 …pair<NodeListsNodeData::NameNodeListCache::iterator, bool> result = data->nodeLists()->m_nameNodeL… in getElementsByName()
2543 NameNodeListCache::iterator nameCacheEnd = m_nameNodeListCache.end(); in invalidateCachesThatDependOnAttributes()
2544 for (NameNodeListCache::iterator it = m_nameNodeListCache.begin(); it != nameCacheEnd; ++it) in invalidateCachesThatDependOnAttributes()
2576 NameNodeListCache::const_iterator nameCacheEnd = m_nameNodeListCache.end(); in isEmpty()
2577 …for (NameNodeListCache::const_iterator it = m_nameNodeListCache.begin(); it != nameCacheEnd; ++it)… in isEmpty()