OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:page_feature_state_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.cc
129
page_feature_state_
.reset(new PageFeatureState(clock_->Now()));
148
DCHECK(
page_feature_state_
.get());
149
++
page_feature_state_
->num_iterations;
199
if (now -
page_feature_state_
->start_time >=
258
++
page_feature_state_
->external_links;
261
page_feature_state_
->external_domains.insert(domain);
266
++
page_feature_state_
->secure_links;
269
++
page_feature_state_
->total_links;
275
++
page_feature_state_
->num_forms;
293
++
page_feature_state_
->action_other_domain
[
all
...]
phishing_dom_feature_extractor.h
146
scoped_ptr<PageFeatureState>
page_feature_state_
;
member in class:safe_browsing::PhishingDOMFeatureExtractor
Completed in 80 milliseconds