Home | History | Annotate | Download | only in history

Lines Matching defs:current_url

717   size_t current_url = 0;  // Index into the remaining URLs in urls_copy.
718 for (size_t i = 0; i < kTopSitesShown && current_url < urls_copy.size();
721 out->push_back(urls_copy[current_url]);
722 current_url++;
726 (*out)[i] = urls_copy[current_url];
727 current_url++;