Home | History | Annotate | Download | only in prerender

Lines Matching defs:cutoff

1338   // Cutoff.  Navigations before this cutoff can be discarded.
1339 base::TimeTicks cutoff = GetCurrentTimeTicks() -
1342 if (navigations_.front().time > cutoff)