OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUrlNumOtherHostTokensGTOne
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/renderer/safe_browsing/
features.h
102
extern const char
kUrlNumOtherHostTokensGTOne
[];
features.cc
57
const char
kUrlNumOtherHostTokensGTOne
[] = "UrlNumOtherHostTokens>1";
phishing_url_feature_extractor.cc
84
if (!features->AddBooleanFeature(features::
kUrlNumOtherHostTokensGTOne
))
phishing_url_feature_extractor_unittest.cc
53
expected_features.AddBooleanFeature(features::
kUrlNumOtherHostTokensGTOne
);
Completed in 495 milliseconds