HomeSort by relevance Sort by last modified time
    Searched refs:time_limit (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/debug/
lap_timer.h 20 // If you set the time_limit then you can use HasTimeLimitExpired() to see if
25 LapTimer(int warmup_laps, base::TimeDelta time_limit, int check_interval);
lap_timer.cc 22 base::TimeDelta time_limit,
27 time_limit_(time_limit),
  /external/chromium_org/cc/resources/
resource_update_controller.cc 56 base::TimeTicks time_limit) {
57 time_limit_ = time_limit;
resource_update_controller.h 46 void PerformMoreUpdates(base::TimeTicks time_limit);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 885 const int64_t time_limit = now - wait_time; local
889 if (nack_last_time_sent_full_ < time_limit) {
891 // within every time_limit.
    [all...]

Completed in 178 milliseconds