OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_beacon_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/domain_reliability/
scheduler.cc
84
first_beacon_time_
= time_->NowTicks();
120
// Restore upload_pending_ and
first_beacon_time_
to pre-upload state,
123
first_beacon_time_
= old_first_beacon_time_;
144
old_first_beacon_time_ =
first_beacon_time_
;
149
min_by_deadline =
first_beacon_time_
+ params_.minimum_upload_delay;
150
max_by_deadline =
first_beacon_time_
+ params_.maximum_upload_delay;
scheduler.h
110
base::TimeTicks
first_beacon_time_
;
member in class:domain_reliability::DomainReliabilityScheduler
112
//
first_beacon_time_
saved during uploads. Restored if upload fails.
Completed in 90 milliseconds