Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DNodeRareData.h48 typedef HashMap<String, ClassNodeList*> ClassNodeListCache; typedef
49 ClassNodeListCache m_classNodeListCache;
H A DNode.cpp1863 …pair<NodeListsNodeData::ClassNodeListCache::iterator, bool> result = data->nodeLists()->m_classNod… in getElementsByClassName()
2539 ClassNodeListCache::iterator classCacheEnd = m_classNodeListCache.end(); in invalidateCachesThatDependOnAttributes()
2540 for (ClassNodeListCache::iterator it = m_classNodeListCache.begin(); it != classCacheEnd; ++it) in invalidateCachesThatDependOnAttributes()
2570 ClassNodeListCache::const_iterator classCacheEnd = m_classNodeListCache.end(); in isEmpty()
2571 …for (ClassNodeListCache::const_iterator it = m_classNodeListCache.begin(); it != classCacheEnd; ++… in isEmpty()