Home | History | Annotate | Download | only in history

Lines Matching defs:max_results

1290   size_t max_results = options.max_count == 0 ?
1293 it != matching_visits.end() && result->size() < max_results; ++it) {