Searched refs:SetCustomReleaseTime (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/base/
H A Dbackoff_entry.h80 void SetCustomReleaseTime(const base::TimeTicks& release_time);
H A Dbackoff_entry_unittest.cc23 SetCustomReleaseTime(TimeTicks());
268 custom.SetCustomReleaseTime(custom_horizon);
291 custom.SetCustomReleaseTime(custom_horizon);
H A Dbackoff_entry.cc45 // time set by SetCustomReleaseTime and on the other we would like
75 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time) { function in class:net::BackoffEntry
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.cc293 backoff_entry_->SetCustomReleaseTime(now + retry_after_delta);
304 backoff_entry_->SetCustomReleaseTime(now + retry_after_delta);
/external/chromium_org/chrome/browser/extensions/updater/
H A Drequest_queue_impl.h121 active_backoff_entry_->SetCustomReleaseTime(
/external/chromium_org/net/url_request/
H A Durl_request_throttler_unittest.cc83 GetBackoffEntry()->SetCustomReleaseTime(time_now);
92 GetBackoffEntry()->SetCustomReleaseTime(release_time);

Completed in 222 milliseconds