OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAST_REPORT
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
stats.h
45
LAST_REPORT
, // Time of the last time we sent a report.
backend_impl.cc
869
int64
last_report
= stats_.GetCounter(Stats::
LAST_REPORT
);
local
870
Time last_time = Time::FromInternalValue(
last_report
);
871
if (!
last_report
|| (Time::Now() - last_time).InDays() >= 7) {
872
stats_.SetCounter(Stats::
LAST_REPORT
, Time::Now().ToInternalValue());
[
all
...]
Completed in 52 milliseconds