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

  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 5 // BrowserFeatureExtractor computes various browser features for client-side
87 class BrowserFeatureExtractor {
100 BrowserFeatureExtractor(content::WebContents* tab,
104 virtual ~BrowserFeatureExtractor();
126 friend class base::DeleteHelper<BrowserFeatureExtractor>;
195 base::WeakPtrFactory<BrowserFeatureExtractor> weak_factory_;
205 DISALLOW_COPY_AND_ASSIGN(BrowserFeatureExtractor);
browser_feature_extractor.cc 166 BrowserFeatureExtractor::BrowserFeatureExtractor(
175 BrowserFeatureExtractor::~BrowserFeatureExtractor() {
197 void BrowserFeatureExtractor::ExtractFeatures(const BrowseInfo* info,
256 base::Bind(&BrowserFeatureExtractor::StartExtractFeatures,
260 void BrowserFeatureExtractor::ExtractMalwareFeatures(
286 base::Bind(&BrowserFeatureExtractor::FinishExtractMalwareFeatures,
291 void BrowserFeatureExtractor::ExtractBrowseInfoFeatures(
316 void BrowserFeatureExtractor::StartExtractFeatures
    [all...]

Completed in 646 milliseconds