Home | History | Annotate | Download | only in dom

Lines Matching full:iter

4270     NamedCollectionMap::iterator iter = map.find(name.impl());
4271 if (iter == map.end())
4272 iter = map.add(name.impl(), new CollectionCache).first;
4273 iter->second->checkConsistency();
4274 return iter->second;