OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttle_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc
166
:
throttle_count_
(0),
809
if (disable_throttling_ ||
throttle_count_
== 0)
814
base::TimeDelta::FromSeconds(1 << (
throttle_count_
- 1)) +
844
if (
throttle_count_
< kMaxThrottleCount)
845
++
throttle_count_
;
848
throttle_count_
= 0;
[
all
...]
job_scheduler.h
371
int
throttle_count_
;
member in class:drive::JobScheduler
Completed in 558 milliseconds