OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackoffEntry
(Results
1 - 4
of
4
) 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
);
/external/chromium_org/net/base/
backoff_entry.cc
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)
[
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 41 milliseconds