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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h 81 // Does the actual work of ExtractFeatures. ExtractFeaturesWithTimeout runs
85 void ExtractFeaturesWithTimeout();
148 // Used in scheduling ExtractFeaturesWithTimeout tasks.
phishing_term_feature_extractor.h 102 // Does the actual work of ExtractFeatures. ExtractFeaturesWithTimeout runs
106 void ExtractFeaturesWithTimeout();
156 // Used in scheduling ExtractFeaturesWithTimeout tasks.
phishing_term_feature_extractor.cc 133 base::Bind(&PhishingTermFeatureExtractor::ExtractFeaturesWithTimeout,
143 void PhishingTermFeatureExtractor::ExtractFeaturesWithTimeout() {
201 &PhishingTermFeatureExtractor::ExtractFeaturesWithTimeout,
phishing_dom_feature_extractor.cc 137 base::Bind(&PhishingDOMFeatureExtractor::ExtractFeaturesWithTimeout,
147 void PhishingDOMFeatureExtractor::ExtractFeaturesWithTimeout() {
221 &PhishingDOMFeatureExtractor::ExtractFeaturesWithTimeout,

Completed in 179 milliseconds