Home
last modified time | relevance | path

Searched refs:top_urls (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_backend.cc1340 std::vector<GURL>* top_urls = &request->value.a; in QueryTopURLsAndRedirects() local
1348 top_urls->push_back(data[i]->GetURL()); in QueryTopURLsAndRedirects()
1350 GetMostRecentRedirectsFrom(top_urls->back(), &list->data); in QueryTopURLsAndRedirects()
1351 (*redirects)[top_urls->back()] = list; in QueryTopURLsAndRedirects()
1355 request->handle(), true, top_urls, redirects)); in QueryTopURLsAndRedirects()