Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DNodeRareData.h47 typedef HashMap<String, ClassNodeList*> ClassNodeListCache; typedef
48 ClassNodeListCache m_classNodeListCache;
DNode.cpp1754 …pair<NodeListsNodeData::ClassNodeListCache::iterator, bool> result = data->nodeLists()->m_classNod… in getElementsByClassName()
2440 ClassNodeListCache::iterator classCacheEnd = m_classNodeListCache.end(); in invalidateCachesThatDependOnAttributes()
2441 for (ClassNodeListCache::iterator it = m_classNodeListCache.begin(); it != classCacheEnd; ++it) in invalidateCachesThatDependOnAttributes()
2465 ClassNodeListCache::const_iterator classCacheEnd = m_classNodeListCache.end(); in isEmpty()
2466 …for (ClassNodeListCache::const_iterator it = m_classNodeListCache.begin(); it != classCacheEnd; ++… in isEmpty()