OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhishingDOMFeatureExtractor
(Results
1 - 5
of
5
) 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
...]
phishing_classifier.h
37
class
PhishingDOMFeatureExtractor
;
135
scoped_ptr<
PhishingDOMFeatureExtractor
> dom_extractor_;
phishing_dom_feature_extractor_browsertest.cc
85
extractor_.reset(new
PhishingDOMFeatureExtractor
(
184
scoped_ptr<
PhishingDOMFeatureExtractor
> extractor_;
277
// The
PhishingDOMFeatureExtractor
depends on URLs being domains and not IPs,
322
// The
PhishingDOMFeatureExtractor
depends on URLs being domains and not IPs,
phishing_classifier.cc
60
new
PhishingDOMFeatureExtractor
(render_view_, clock_.get()));
Completed in 70 milliseconds