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
94 class BrowserFeatureExtractor {
107 BrowserFeatureExtractor(content::WebContents* tab,
111 virtual ~BrowserFeatureExtractor();
133 friend class base::DeleteHelper<BrowserFeatureExtractor>;
204 base::WeakPtrFactory<BrowserFeatureExtractor> weak_factory_;
214 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(
285 base::Bind(&BrowserFeatureExtractor::FinishExtractMalwareFeatures,
290 void BrowserFeatureExtractor::ExtractBrowseInfoFeatures(
315 void BrowserFeatureExtractor::StartExtractFeatures
    [all...]

Completed in 44 milliseconds