Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dhistory_backend.cc463 for (size_t redirect_index = 0; redirect_index < request->redirects.size(); in AddPage() local
464 redirect_index++) { in AddPage()
468 if (redirect_index == (request->redirects.size() - 1)) in AddPage()
474 last_ids = AddPageVisit(request->redirects[redirect_index], in AddPage()
479 UpdateSegments(request->redirects[redirect_index], in AddPage()