HomeSort by relevance Sort by last modified time
    Searched full:period_start (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/policy/core/common/cloud/
rate_limiter.cc 35 const base::TimeTicks period_start = now - duration_; local
37 invocation_times_.front() <= period_start) {
47 // From the while() loop above we have front() > period_start,
50 invocation_times_.front() - period_start;

Completed in 56 milliseconds