HomeSort by relevance Sort by last modified time
    Searched defs:BackoffEntry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/base/
backoff_entry.cc 18 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
24 BackoffEntry::~BackoffEntry() {
30 void BackoffEntry::InformOfRequest(bool succeeded) {
60 bool BackoffEntry::ShouldRejectRequest() const {
64 base::TimeDelta BackoffEntry::GetTimeUntilRelease() const {
71 base::TimeTicks BackoffEntry::GetReleaseTime() const {
75 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time)
    [all...]
backoff_entry.h 19 class NET_EXPORT BackoffEntry : NON_EXPORTED_BASE(public base::NonThreadSafe) {
58 // Lifetime of policy must enclose lifetime of BackoffEntry. The
60 explicit BackoffEntry(const Policy* const policy);
61 virtual ~BackoffEntry();
83 // just as well start with a fresh BackoffEntry object), and hasn't
110 DISALLOW_COPY_AND_ASSIGN(BackoffEntry);

Completed in 62 milliseconds