HomeSort by relevance Sort by last modified time
    Searched defs:PhishingUrlFeatureExtractor (Results 1 - 2 of 2) 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,
107 void PhishingUrlFeatureExtractor::SplitStringIntoLongAlphanumTokens(

Completed in 37 milliseconds