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;
196
if (now -
page_feature_state_
->start_time >=
255
++
page_feature_state_
->external_links;
258
page_feature_state_
->external_domains.insert(domain);
263
++
page_feature_state_
->secure_links;
266
++
page_feature_state_
->total_links;
272
++
page_feature_state_
->num_forms;
290
++
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 1236 milliseconds