OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyBinaryIntegrity
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
binary_integrity_analyzer.h
25
void
VerifyBinaryIntegrity
(const AddIncidentCallback& callback);
binary_integrity_analyzer.cc
28
static const char kHistogramName[] = "SBIRS.
VerifyBinaryIntegrity
.";
49
base::Bind(&
VerifyBinaryIntegrity
));
53
void
VerifyBinaryIntegrity
(const AddIncidentCallback& callback) {
binary_integrity_analyzer_win_unittest.cc
72
// Mock the AddIncidentCallback so we can test that
VerifyBinaryIntegrity
103
TEST_F(BinaryIntegrityAnalyzerWinTest,
VerifyBinaryIntegrity
) {
118
VerifyBinaryIntegrity
(callback);
123
VerifyBinaryIntegrity
(callback);
Completed in 397 milliseconds