Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_store.h92 struct SBSubFullHash { struct
97 SBSubFullHash(int32 id, int32 add_id, const SBFullHash& h) in SBSubFullHash() argument
99 SBSubFullHash() : chunk_id(), add_chunk_id(), full_hash() {} in SBSubFullHash() function
101 int32 GetAddChunkId() const { return add_chunk_id; } in GetAddChunkId()
102 SBPrefix GetAddPrefix() const { return full_hash.prefix; } in GetAddPrefix()