OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPositiveCacheIntervalMinutes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h
210
static const int
kPositiveCacheIntervalMinutes
;
client_side_detection_service.cc
73
const int ClientSideDetectionService::
kPositiveCacheIntervalMinutes
= 30;
541
base::TimeDelta::FromMinutes(
kPositiveCacheIntervalMinutes
) :
556
std::max(base::TimeDelta::FromMinutes(
kPositiveCacheIntervalMinutes
),
client_side_detection_service_unittest.cc
173
ClientSideDetectionService::
kPositiveCacheIntervalMinutes
) -
180
ClientSideDetectionService::
kPositiveCacheIntervalMinutes
) +
Completed in 107 milliseconds