OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUrlOtherHostToken
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/renderer/safe_browsing/
features.h
93
extern const char
kUrlOtherHostToken
[];
features.cc
54
const char
kUrlOtherHostToken
[] = "UrlOtherHostToken=";
phishing_url_feature_extractor_unittest.cc
51
expected_features.AddBooleanFeature(features::
kUrlOtherHostToken
+
93
expected_features.AddBooleanFeature(features::
kUrlOtherHostToken
+
phishing_url_feature_extractor.cc
79
if (!features->AddBooleanFeature(features::
kUrlOtherHostToken
+ *it))
Completed in 454 milliseconds