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

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h 5 // PhishingDOMFeatureExtractor handles computing DOM-based features for the
35 class PhishingDOMFeatureExtractor {
41 // Creates a PhishingDOMFeatureExtractor for the specified RenderView.
46 PhishingDOMFeatureExtractor(content::RenderView* render_view,
48 ~PhishingDOMFeatureExtractor();
55 // is run on the current thread. PhishingDOMFeatureExtractor takes
61 // is unloaded or the PhishingDOMFeatureExtractor is destroyed.
150 base::WeakPtrFactory<PhishingDOMFeatureExtractor> weak_factory_;
152 DISALLOW_COPY_AND_ASSIGN(PhishingDOMFeatureExtractor);
phishing_dom_feature_extractor.cc 29 const int PhishingDOMFeatureExtractor::kMaxTimePerChunkMs = 10;
34 const int PhishingDOMFeatureExtractor::kClockCheckGranularity = 10;
38 const int PhishingDOMFeatureExtractor::kMaxTotalTimeMs = 500;
42 struct PhishingDOMFeatureExtractor::PageFeatureState {
92 struct PhishingDOMFeatureExtractor::FrameData {
101 PhishingDOMFeatureExtractor::PhishingDOMFeatureExtractor(
110 PhishingDOMFeatureExtractor::~PhishingDOMFeatureExtractor() {
116 void PhishingDOMFeatureExtractor::ExtractFeatures
    [all...]

Completed in 42 milliseconds