HomeSort by relevance Sort by last modified time
    Searched refs:kMaxTimePerChunkMs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h 70 static const int kMaxTimePerChunkMs;
73 // kMaxTimePerChunkMs has elapsed. Since checking the current time can be
phishing_term_feature_extractor.h 87 static const int kMaxTimePerChunkMs;
90 // kMaxTimePerChunkMs has elapsed. Since checking the current time can be
phishing_term_feature_extractor.cc 29 const int PhishingTermFeatureExtractor::kMaxTimePerChunkMs = 10;
189 base::TimeDelta::FromMilliseconds(kMaxTimePerChunkMs)) {
194 // much higher than kMaxTimePerChunkMs, we may need to adjust the
phishing_dom_feature_extractor.cc 29 const int PhishingDOMFeatureExtractor::kMaxTimePerChunkMs = 10;
209 base::TimeDelta::FromMilliseconds(kMaxTimePerChunkMs)) {
214 // much higher than kMaxTimePerChunkMs, we may need to adjust the

Completed in 801 milliseconds