Home | History | Annotate | Download | only in extensions

Lines Matching refs:iter

213   for (ExtensionHostSet::iterator iter = background_hosts_.begin();
214 iter != background_hosts_.end(); ++iter) {
215 ExtensionHost* host = *iter;
306 for (ExtensionHostSet::iterator iter = background_hosts_.begin();
307 iter != background_hosts_.end(); ++iter) {
308 ExtensionHost* host = *iter;
361 for (ExtensionHostSet::iterator iter = background_hosts_.begin();
362 iter != background_hosts_.end(); ) {
363 ExtensionHostSet::iterator current = iter++;