OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_use_hours
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.cc
445
int64
no_use_hours
= stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120;
local
446
int64 use_hours = total_hours -
no_use_hours
;
[
all
...]
backend_impl.cc
481
int64
no_use_hours
= stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120;
local
482
int64 use_hours = total_hours -
no_use_hours
;
[
all
...]
Completed in 557 milliseconds