Searched defs:BackoffEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/base/
H A Dbackoff_entry.cc18 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy) function in class:net::BackoffEntry
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
[all...]
H A Dbackoff_entry.h19 class NET_EXPORT BackoffEntry : NON_EXPORTED_BASE(public base::NonThreadSafe) { class in namespace:net
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 117 milliseconds