OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upload_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/domain_reliability/
context.cc
221
DCHECK(
upload_time_
.is_null());
222
upload_time_
= time_->NowTicks();
224
scoped_ptr<const Value> report_value(CreateReport(
upload_time_
));
241
upload_time_
- last_upload_time_);
252
DCHECK(!
upload_time_
.is_null());
254
time_->NowTicks() -
upload_time_
);
255
last_upload_time_ =
upload_time_
;
256
upload_time_
= base::TimeTicks();
context.h
111
base::TimeTicks
upload_time_
;
member in class:domain_reliability::DomainReliabilityContext
Completed in 41 milliseconds