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

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store.h30 // List of SBSubFullHash (chunk_id, target SBAddPrefix, and an SBFullHash).
92 struct SBSubFullHash { struct
97 SBSubFullHash(int32 id, int32 add_id, const SBFullHash& h) function in struct:SBSubFullHash
99 SBSubFullHash() : chunk_id(), add_chunk_id(), full_hash() {} function in struct:SBSubFullHash
138 std::vector<SBSubFullHash>* sub_full_hashes,

Completed in 976 milliseconds