Home | History | Annotate | Download | only in base

Lines Matching full:backoffentry

15 BackoffEntry::BackoffEntry(const BackoffEntry::Policy* const policy)
24 BackoffEntry::~BackoffEntry() {
30 void BackoffEntry::InformOfRequest(bool succeeded) {
58 bool BackoffEntry::ShouldRejectRequest() const {
62 base::TimeTicks BackoffEntry::GetReleaseTime() const {
66 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time) {
70 bool BackoffEntry::CanDiscard() const {
95 base::TimeTicks BackoffEntry::GetTimeNow() const {
99 base::TimeTicks BackoffEntry::CalculateReleaseTime() const {