HomeSort by relevance Sort by last modified time
    Searched full:kclockcheckgranularity (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor.cc 34 const int PhishingTermFeatureExtractor::kClockCheckGranularity = 5;
176 if (num_words >= kClockCheckGranularity) {
phishing_dom_feature_extractor.h 75 static const int kClockCheckGranularity;
phishing_term_feature_extractor.h 92 static const int kClockCheckGranularity;
phishing_dom_feature_extractor.cc 34 const int PhishingDOMFeatureExtractor::kClockCheckGranularity = 10;
196 if (++num_elements >= kClockCheckGranularity) {
phishing_term_feature_extractor_unittest.cc 215 // Note that this assumes kClockCheckGranularity = 5 and
phishing_dom_feature_extractor_browsertest.cc 405 // Note that this assumes kClockCheckGranularity = 10 and

Completed in 200 milliseconds