OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_backoff_delay
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/internal_api/public/attachments/
task_queue.h
84
// |
max_backoff_delay
|.
86
// |
max_backoff_delay
| the maximum amount of time the queue will wait before
91
const base::TimeDelta&
max_backoff_delay
);
170
const base::TimeDelta&
max_backoff_delay
)
176
max_backoff_delay
.InMicroseconds());
180
backoff_policy_.maximum_backoff_ms =
max_backoff_delay
.InMilliseconds();
attachment_service_impl.h
45
// the delay is doubled until the |
max_backoff_delay
| is reached. A
48
// |
max_backoff_delay
| the maxmium delay between upload attempts when backed
55
const base::TimeDelta&
max_backoff_delay
);
/external/chromium_org/sync/internal_api/attachments/
attachment_service_impl.cc
119
const base::TimeDelta&
max_backoff_delay
)
136
max_backoff_delay
));
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc
652
const base::TimeDelta
max_backoff_delay
= base::TimeDelta::FromHours(4);
local
659
max_backoff_delay
));
Completed in 166 milliseconds