Home | History | Annotate | Download | only in extensions

Lines Matching full:existing_iter

342   std::multimap<GURL, ManifestFetchData*>::iterator existing_iter =
351 while (existing_iter != fetches_.end()) {
352 if (existing_iter->second->AddExtension(id, version.GetString(),
354 fetch = existing_iter->second;
357 existing_iter++;