Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store.h90 struct SBSubFullHash { struct
95 SBSubFullHash(int32 id, int32 add_id, const SBFullHash& h) in SBSubFullHash() argument
97 SBSubFullHash() : chunk_id(), add_chunk_id(), full_hash() {} in SBSubFullHash() function
99 int32 GetAddChunkId() const { return add_chunk_id; } in GetAddChunkId()
100 SBPrefix GetAddPrefix() const { return full_hash.prefix; } in GetAddPrefix()
Dsafe_browsing_util.h209 struct SBSubFullHash { struct
210 int add_chunk;
211 SBFullHash prefix;