Searched refs:ClassNodeListCache (Results 1 – 2 of 2) sorted by relevance
47 typedef HashMap<String, ClassNodeList*> ClassNodeListCache; typedef48 ClassNodeListCache m_classNodeListCache;
1754 …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()