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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_url_feature_extractor.h 5 // PhishingUrlFeatureExtractor handles computing URL-based features for
22 class PhishingUrlFeatureExtractor {
24 PhishingUrlFeatureExtractor();
25 ~PhishingUrlFeatureExtractor();
43 DISALLOW_COPY_AND_ASSIGN(PhishingUrlFeatureExtractor);
phishing_url_feature_extractor.cc 22 PhishingUrlFeatureExtractor::PhishingUrlFeatureExtractor() {}
24 PhishingUrlFeatureExtractor::~PhishingUrlFeatureExtractor() {}
26 bool PhishingUrlFeatureExtractor::ExtractFeatures(const GURL& url,
106 void PhishingUrlFeatureExtractor::SplitStringIntoLongAlphanumTokens(
phishing_classifier.h 37 class PhishingUrlFeatureExtractor;
132 scoped_ptr<PhishingUrlFeatureExtractor> url_extractor_;
phishing_url_feature_extractor_unittest.cc 21 PhishingUrlFeatureExtractor extractor_;
25 PhishingUrlFeatureExtractor::SplitStringIntoLongAlphanumTokens(full,
phishing_classifier.cc 58 url_extractor_.reset(new PhishingUrlFeatureExtractor);

Completed in 207 milliseconds