Home | History | Annotate | Download | only in base

Lines Matching refs:BackoffEntry

16 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
22 BackoffEntry::~BackoffEntry() {
28 void BackoffEntry::InformOfRequest(bool succeeded) {
58 bool BackoffEntry::ShouldRejectRequest() const {
62 base::TimeDelta BackoffEntry::GetTimeUntilRelease() const {
69 base::TimeTicks BackoffEntry::GetReleaseTime() const {
73 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time) {
77 bool BackoffEntry::CanDiscard() const {
102 void BackoffEntry::Reset() {
113 base::TimeTicks BackoffEntry::ImplGetTimeNow() const {
117 base::TimeTicks BackoffEntry::CalculateReleaseTime() const {