Searched defs:SBSubFullHash (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store.h28 // List of SBSubFullHash (chunk_id, target SBAddPrefix, and an SBFullHash).
90 struct SBSubFullHash { struct
95 SBSubFullHash(int32 id, int32 add_id, const SBFullHash& h) function in struct:SBSubFullHash
97 SBSubFullHash() : chunk_id(), add_chunk_id(), full_hash() {} function in struct:SBSubFullHash
145 std::vector<SBSubFullHash>* sub_full_hashes,
H A Dsafe_browsing_util.h209 struct SBSubFullHash { struct in class:SBEntry
252 SBSubFullHash sub_full_hashes_[1];

Completed in 37 milliseconds