OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackoffEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
backoff_entry.cc
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
[
all
...]
backoff_entry.h
19
class
BackoffEntry
: public base::NonThreadSafe {
45
// Lifetime of policy must enclose lifetime of
BackoffEntry
. The
47
explicit
BackoffEntry
(const Policy* const policy);
48
virtual ~
BackoffEntry
();
67
// just as well start with a fresh
BackoffEntry
object), and hasn't
89
DISALLOW_COPY_AND_ASSIGN(
BackoffEntry
);
Completed in 475 milliseconds