Home
last modified time | relevance | path

Searched refs:FullHashAt (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_parser_unittest.cc90 EXPECT_TRUE(entry->FullHashAt(0) == full_hash1); in TEST()
91 EXPECT_TRUE(entry->FullHashAt(1) == full_hash2); in TEST()
329 EXPECT_TRUE(entry->FullHashAt(0) == full_hash1); in TEST()
331 EXPECT_TRUE(entry->FullHashAt(1) == full_hash2); in TEST()
Dsafe_browsing_util.h194 const SBFullHash& FullHashAt(int index) const;
Dsafe_browsing_util.cc136 const SBFullHash& SBEntry::FullHashAt(int index) const { in FullHashAt() function in SBEntry
Dsafe_browsing_database.cc756 const SBFullHash full_hash = entry->FullHashAt(i); in InsertAdd()
829 const SBFullHash full_hash = entry->FullHashAt(i); in InsertSub()