OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PageFeatureState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h
66
struct
PageFeatureState
;
90
// map directly. Instead, they update the values in the
PageFeatureState
.
122
//
PageFeatureState
and add them to |features_|. See features.h for a
146
scoped_ptr<
PageFeatureState
> page_feature_state_;
phishing_dom_feature_extractor.cc
42
struct PhishingDOMFeatureExtractor::
PageFeatureState
{
71
explicit
PageFeatureState
(base::TimeTicks start_time_ticks)
88
~
PageFeatureState
() {}
129
page_feature_state_.reset(new
PageFeatureState
(clock_->Now()));
Completed in 58 milliseconds