OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCustomReleaseTime
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/base/
backoff_entry.h
80
void
SetCustomReleaseTime
(const base::TimeTicks& release_time);
backoff_entry_unittest.cc
23
SetCustomReleaseTime
(TimeTicks());
268
custom.
SetCustomReleaseTime
(custom_horizon);
291
custom.
SetCustomReleaseTime
(custom_horizon);
backoff_entry.cc
45
// time set by
SetCustomReleaseTime
and on the other we would like
75
void BackoffEntry::
SetCustomReleaseTime
(const base::TimeTicks& release_time) {
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc
274
backoff_entry_->
SetCustomReleaseTime
(now + retry_after_delta);
285
backoff_entry_->
SetCustomReleaseTime
(now + retry_after_delta);
/external/chromium_org/chrome/browser/extensions/updater/
request_queue_impl.h
121
active_backoff_entry_->
SetCustomReleaseTime
(
/external/chromium_org/net/url_request/
url_request_throttler_unittest.cc
82
GetBackoffEntry()->
SetCustomReleaseTime
(time_now);
91
GetBackoffEntry()->
SetCustomReleaseTime
(release_time);
Completed in 1410 milliseconds