HomeSort by relevance Sort by last modified time
    Searched defs:PhishingTermFeatureExtractor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor.cc 29 const int PhishingTermFeatureExtractor::kMaxTimePerChunkMs = 10;
34 const int PhishingTermFeatureExtractor::kClockCheckGranularity = 5;
38 const int PhishingTermFeatureExtractor::kMaxTotalTimeMs = 500;
41 const int PhishingTermFeatureExtractor::kMaxNegativeWordCacheSize = 1000;
44 struct PhishingTermFeatureExtractor::ExtractionState {
93 PhishingTermFeatureExtractor::PhishingTermFeatureExtractor(
109 PhishingTermFeatureExtractor::~PhishingTermFeatureExtractor() {
115 void PhishingTermFeatureExtractor::ExtractFeatures
    [all...]
phishing_term_feature_extractor.h 5 // PhishingTermFeatureExtractor handles computing term features from the text
14 // There is one PhishingTermFeatureExtractor per RenderView.
34 class PhishingTermFeatureExtractor {
40 // Creates a PhishingTermFeatureExtractor which will extract features for
47 // must ensure that they are valid until the PhishingTermFeatureExtractor is
52 PhishingTermFeatureExtractor(
58 ~PhishingTermFeatureExtractor();
68 // PhishingTermFeatureExtractor takes ownership of the callback.
79 // is unloaded or the PhishingTermFeatureExtractor is destroyed.
158 base::WeakPtrFactory<PhishingTermFeatureExtractor> weak_factory_
    [all...]

Completed in 601 milliseconds