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

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

Completed in 52 milliseconds