OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPageActionOtherDomainFreq
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/renderer/safe_browsing/
features.h
123
extern const char
kPageActionOtherDomainFreq
[];
features.cc
65
const char
kPageActionOtherDomainFreq
[] = "PageActionOtherDomainFreq";
phishing_dom_feature_extractor_browsertest.cc
187
expected_features.AddRealFeature(features::
kPageActionOtherDomainFreq
, 0.25);
362
expected_features.AddRealFeature(features::
kPageActionOtherDomainFreq
, 0.5);
438
expected_features.AddRealFeature(features::
kPageActionOtherDomainFreq
, 0.5);
phishing_dom_feature_extractor.cc
479
features_->AddRealFeature(features::
kPageActionOtherDomainFreq
,
Completed in 7226 milliseconds