Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dvisit_database.cc496 size_t visits_size = visits.size(); in GetVisitsSource() local
499 while (end_index < visits_size) { in GetVisitsSource()
501 end_index = end_index + batch_size < visits_size ? end_index + batch_size in GetVisitsSource()
502 : visits_size; in GetVisitsSource()