Searched refs:content_it (Results 1 – 1 of 1) sorted by relevance
317 for (std::vector<PendingContentsData>::iterator content_it = in MaybeUsePreloadedPage() local319 content_it != pending_it->second.end(); ++content_it) { in MaybeUsePreloadedPage()320 AddPreload(content_it->url_, content_it->alias_urls_, in MaybeUsePreloadedPage()321 content_it->referrer_); in MaybeUsePreloadedPage()459 for (std::vector<PendingContentsData>::iterator content_it = in FindPendingEntry() local461 content_it != map_it->second.end(); in FindPendingEntry()462 ++content_it) { in FindPendingEntry()463 if (content_it->url_ == url) { in FindPendingEntry()464 return &(*content_it); in FindPendingEntry()