OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUrlHistoryLinkCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
browser_features.cc
11
const char
kUrlHistoryLinkCount
[] = "UrlHistoryLinkCount";
browser_features.h
31
extern const char
kUrlHistoryLinkCount
[];
browser_feature_extractor_unittest.cc
294
EXPECT_DOUBLE_EQ(1.0, features[features::
kUrlHistoryLinkCount
]);
313
EXPECT_DOUBLE_EQ(1.0, features[features::
kUrlHistoryLinkCount
]);
browser_feature_extractor.cc
388
AddFeature(features::
kUrlHistoryLinkCount
,
Completed in 743 milliseconds